mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-10 04:23:16 +08:00
fix 修复 部门vo子部门属性使用错误
This commit is contained in:
@@ -104,6 +104,6 @@ public class SysDeptVo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 子部门
|
* 子部门
|
||||||
*/
|
*/
|
||||||
private List<SysDept> children = new ArrayList<>();
|
private List<SysDeptVo> children = new ArrayList<>();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user