feat: 用户添加字段排序

This commit is contained in:
ray
2024-11-19 00:03:19 +08:00
parent 4f592cb812
commit 3e496f75d7
2 changed files with 15 additions and 4 deletions

View File

@@ -175,8 +175,11 @@ export interface UserPageQuery extends PageQuery {
/** 开始时间 */
createTime?: [string, string];
/** 排序类型(1:最近创建2:最近更新) */
sortType?: number;
/** 排序字段 */
field?: string;
/** 排序方式(asc:正序,desc:倒序) */
direction?: string;
}
/** 用户分页对象 */