类 SysDeptQueryDTO

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.dto.SysDeptQueryDTO
所有已实现的接口:
Serializable

public class SysDeptQueryDTO extends SysDept
部门查询 dto
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private Integer
    按角色过滤
    private Integer
    按用户过滤
    private Integer
    是否要查询所有的子集
    private Integer
    是否要查询所有的父级(一般是查询树的时候用,可以把所有的父级都查询回来)
    private boolean
    是否包含顶级父级,如果不包含,会有多个根目录
    private Long
    从哪个父级开始往下生子子集,默认从 0 开始
    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
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • filterByUser

      private Integer filterByUser
      按用户过滤
    • filterByRole

      private Integer filterByRole
      按角色过滤
    • includeParents

      private Integer includeParents
      是否要查询所有的父级(一般是查询树的时候用,可以把所有的父级都查询回来)
    • includeChildren

      private Integer includeChildren
      是否要查询所有的子集
    • parentId

      private Long parentId
      从哪个父级开始往下生子子集,默认从 0 开始
    • includeTopParent

      private boolean includeTopParent
      是否包含顶级父级,如果不包含,会有多个根目录
  • 构造器详细资料

    • SysDeptQueryDTO

      public SysDeptQueryDTO()