mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-07 11:44:32 +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