类 SysRoleQueryDTO

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.SysRole
io.github.mangocrisp.spring.taybct.api.system.dto.SysRoleQueryDTO
所有已实现的接口:
Serializable

public class SysRoleQueryDTO extends SysRole
角色查询 dto
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private Long
    查询部门 id
    private Integer
    按角色过滤
    private Integer
    按用户过滤
    private Integer
    是否要查询所有的子集
    private Integer
    是否要查询所有的父级(一般是查询树的时候用,可以把所有的父级都查询回来)
    private Integer
    是否是当前登录用户创建的
    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
      另请参阅:
    • isCreateByLoginUser

      private Integer isCreateByLoginUser
      是否是当前登录用户创建的
    • filterByUser

      private Integer filterByUser
      按用户过滤
    • filterByRole

      private Integer filterByRole
      按角色过滤
    • includeParents

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

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

      private Long deptId
      查询部门 id
  • 构造器详细资料

    • SysRoleQueryDTO

      public SysRoleQueryDTO()