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

@@ -52,6 +52,8 @@ export default LogAPI;
export interface LogPageQuery extends PageQuery {
/** 搜索关键字 */
keywords?: string;
/** 操作时间 */
createTime?: [string, string];
}
/**