类 SysUserQueryDTO
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.SysUser
io.github.mangocrisp.spring.taybct.api.system.dto.SysUserQueryDTO
- 所有已实现的接口:
Serializable
用户查询 dto
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
isCreateByLoginUser
是否是当前登录用户创建的 -
filterByUser
按用户过滤 -
filterByRole
按角色过滤 -
includeParents
是否要查询所有的父级(一般是查询树的时候用,可以把所有的父级都查询回来) -
includeChildren
是否要查询所有的子集 -
deptId
查询部门 id
-
-
构造器详细资料
-
SysUserQueryDTO
public SysUserQueryDTO()
-