Pre Merge pull request !843 from 混迹/5.X

This commit is contained in:
混迹 2026-04-05 13:24:23 +00:00 committed by Gitee
commit 1469053c9f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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