feat: ✨ 操作日志新增操作时间查询条件
操作日志新增操作时间查询条件
This commit is contained in:
@@ -175,7 +175,7 @@ export interface UserPageQuery extends PageQuery {
|
||||
deptId?: number;
|
||||
|
||||
/** 开始时间 */
|
||||
createTimeRange?: [string, string];
|
||||
createTime?: [string, string];
|
||||
}
|
||||
|
||||
/** 用户分页对象 */
|
||||
|
||||
Reference in New Issue
Block a user