feat:改进部门模块

This commit is contained in:
wangyu 2021-11-28 22:05:00 +08:00
parent a7206cf373
commit f0be0d605f
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ public abstract class TreeDomain<T extends TreeDomain<T>> extends AuditDomain {
// 深度遍历标识
private Integer depth;
// 是否是叶子节点
private Boolean leaf;
// 冗余的字段用来放儿子
@Transient
private List<T> children;