feat: 操作日志新增操作时间查询条件

操作日志新增操作时间查询条件
This commit is contained in:
Theo
2024-08-10 15:36:46 +08:00
parent 4b965023d7
commit afc9109803
4 changed files with 27 additions and 7 deletions

View File

@@ -175,7 +175,7 @@ export interface UserPageQuery extends PageQuery {
deptId?: number;
/** 开始时间 */
createTimeRange?: [string, string];
createTime?: [string, string];
}
/** 用户分页对象 */