This commit is contained in:
hunji 2026-04-05 21:21:07 +08:00
parent 6afb100ba3
commit 3f91108b8b

View File

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