【fix sonar】ComboModel文件

This commit is contained in:
梁琦涛
2023-03-03 13:58:29 +08:00
parent 1fdbdf567e
commit 6b69ee900b
@@ -25,12 +25,12 @@ public class ComboModel implements Serializable {
public ComboModel(){
};
}
public ComboModel(String id,String title,boolean checked,String username){
this.id = id;
this.title = title;
this.checked = false;
this.username = username;
};
}
}