【fix sonar】ComboModel文件
This commit is contained in:
+2
-2
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user