类 SysDeptTreeVO
java.lang.Object
io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity<P,U>
io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity<P,U>
io.github.mangocrisp.spring.taybct.tool.core.bean.UniqueDeleteLogic<Long,Long>
io.github.mangocrisp.spring.taybct.api.system.domain.SysDept
io.github.mangocrisp.spring.taybct.api.system.vo.SysDeptTreeVO
- 所有已实现的接口:
io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysDeptTreeVO>
,Serializable
public class SysDeptTreeVO
extends SysDept
implements Serializable, io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysDeptTreeVO>
部门树
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.UniqueDeleteLogic
canEqual, equals, getUniqueKey, hashCode, setUniqueKey, toString
从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity
getIsDeleted, setIsDeleted
从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity
getCreateTime, getCreateUser, getExpansion, getId, getUpdateTime, getUpdateUser, setCreateTime, setCreateUser, setExpansion, setId, setUpdateTime, setUpdateUser
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree
defaultParentId, getChildren, getDetail, getId, getLabel, getLevel, getPid, getSortField, setChildren, sortAsc
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
children
子集菜单
-
-
构造器详细资料
-
SysDeptTreeVO
public SysDeptTreeVO()
-
-
方法详细资料
-
getParentId
- 指定者:
getParentId
在接口中io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysDeptTreeVO>
-