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>
部门树
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    子集菜单
    private static final long
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree

    defaultParentId, getChildren, getDetail, getId, getLabel, getLevel, getPid, getSortField, setChildren, sortAsc
  • 字段详细资料

  • 构造器详细资料

    • SysDeptTreeVO

      public SysDeptTreeVO()
  • 方法详细资料

    • getParentId

      public Serializable getParentId()
      指定者:
      getParentId 在接口中 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysDeptTreeVO>