【fix sonar】DictAspect文件

This commit is contained in:
梁琦涛
2023-03-09 17:34:21 +08:00
parent daabfbdb08
commit d89e11b651
@@ -30,7 +30,7 @@ public class ComboModel implements Serializable {
public ComboModel(String id,String title,boolean checked,String username){
this.id = id;
this.title = title;
this.checked = false;
this.checked = checked;
this.username = username;
}
}