feat:改进部门模块
This commit is contained in:
parent
a7206cf373
commit
f0be0d605f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user