【fix sonar】DictAspect文件
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public class ComboModel implements Serializable {
|
|||||||
public ComboModel(String id,String title,boolean checked,String username){
|
public ComboModel(String id,String title,boolean checked,String username){
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.title = title;
|
this.title = title;
|
||||||
this.checked = false;
|
this.checked = checked;
|
||||||
this.username = username;
|
this.username = username;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user