feat: 完善用户管理页面,添加筛选

This commit is contained in:
ray
2024-11-18 20:26:23 +08:00
parent 90feec2d61
commit 11764b9a72
2 changed files with 51 additions and 246 deletions

View File

@@ -174,6 +174,9 @@ export interface UserPageQuery extends PageQuery {
/** 开始时间 */
createTime?: [string, string];
/** 排序类型(1:最近创建2:最近更新) */
sortType?: number;
}
/** 用户分页对象 */