This commit is contained in:
Ray.Hao
2024-10-18 22:23:46 +08:00
5 changed files with 82 additions and 65 deletions

View File

@@ -27,6 +27,9 @@ public class UserPageQuery extends BasePageQuery {
@Schema(description="部门ID")
private Long deptId;
@Schema(description="角色ID")
private List<Long> roleIds;
@Schema(description="创建时间范围")
private List<String> createTime;