feat: 用户管理新增创建时间查询

Former-commit-id: 6da9927ae97a8cfff103874c88a0cdc9e59f1486
This commit is contained in:
hxr
2023-10-19 00:06:19 +08:00
parent b86ee544f2
commit 37df504f7a
3 changed files with 20 additions and 69 deletions

View File

@@ -17,6 +17,8 @@ export interface UserQuery extends PageQuery {
keywords?: string;
status?: number;
deptId?: number;
startTime?: string;
endTime?: string;
}
/**