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

This commit is contained in:
疯狂的狮子Li
2026-04-07 09:16:44 +08:00
parent 631b6be33c
commit ac374b36b2

View File

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