类 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
部门查询 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- 另请参阅:
-
filterByUser
按用户过滤 -
filterByRole
按角色过滤 -
includeParents
是否要查询所有的父级(一般是查询树的时候用,可以把所有的父级都查询回来) -
includeChildren
是否要查询所有的子集 -
parentId
从哪个父级开始往下生子子集,默认从 0 开始 -
includeTopParent
private boolean includeTopParent是否包含顶级父级,如果不包含,会有多个根目录
-
-
构造器详细资料
-
SysDeptQueryDTO
public SysDeptQueryDTO()
-