【fix sonar】DepartIdModel文件

This commit is contained in:
梁琦涛
2023-03-08 17:52:04 +08:00
parent aae655dbd7
commit c8b575db30
@@ -29,7 +29,7 @@ public class DepartIdModel implements Serializable {
// 部门名称 // 部门名称
private String title; private String title;
List<DepartIdModel> children = new ArrayList<>(); private List<DepartIdModel> children = new ArrayList<>();
/** /**
* 将SysDepartTreeModel的部分数据放在该对象当中 * 将SysDepartTreeModel的部分数据放在该对象当中