🔨 添加执行用户条件.

This commit is contained in:
lijiahang
2024-12-26 14:03:47 +08:00
parent 5ee18436b8
commit 8f1e976c2f
7 changed files with 40 additions and 12 deletions

View File

@@ -48,6 +48,7 @@ export interface ExecJobQueryRequest extends Pagination {
name?: string;
command?: string;
status?: number;
execUserId?: number;
queryRecentLog?: boolean;
}