fix 修复 部门vo子部门属性使用错误

This commit is contained in:
疯狂的狮子Li
2026-04-07 09:16:23 +08:00
parent b337e0ef98
commit 4d3b32c570

View File

@@ -104,6 +104,6 @@ public class SysDeptVo implements Serializable {
/**
* 子部门
*/
private List<SysDept> children = new ArrayList<>();
private List<SysDeptVo> children = new ArrayList<>();
}