java.lang.Object
io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity<P,U>
io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity<Long,Long>
io.github.mangocrisp.spring.taybct.api.system.domain.SysMenu
io.github.mangocrisp.spring.taybct.api.system.vo.SysMenuVO
所有已实现的接口:
io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysMenuVO>, Serializable

public class SysMenuVO extends SysMenu implements io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysMenuVO>
菜单列表
从以下版本开始:
1.0.0
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) Boolean
    是否被选中
    (专用程序包) List<SysMenuVO>
    子集
    (专用程序包) Boolean
     
    private static final long
     
  • 构造器概要

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

    修饰符和类型
    方法
    说明
    void
     

    从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity

    canEqual, equals, getIsDeleted, hashCode, setIsDeleted, toString

    从类继承的方法 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, getParentId, getPid, getSortField, sortAsc
  • 字段详细资料

  • 构造器详细资料

    • SysMenuVO

      public SysMenuVO()
  • 方法详细资料

    • setChildren

      public void setChildren(List<SysMenuVO> children)
      指定者:
      setChildren 在接口中 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree<SysMenuVO>