fix: 增删改查组件角色筛选功能bug修复

增删改查组件角色筛选功能bug修复
This commit is contained in:
胡少翔
2024-10-15 13:36:47 +08:00
parent bbfe455c98
commit c5759b75fe
2 changed files with 9 additions and 0 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;