【fix sonar】DepartIdModel文件
This commit is contained in:
+1
-1
@@ -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的部分数据放在该对象当中
|
||||||
|
|||||||
Reference in New Issue
Block a user