🔨 是否使用脚本执行.

This commit is contained in:
lijiahangmax
2024-04-17 00:14:23 +08:00
parent 7f1f286a7d
commit bc8e04b908
37 changed files with 237 additions and 53 deletions

View File

@@ -8,6 +8,7 @@ export interface ExecCommandRequest {
logId?: number;
description?: string;
timeout?: number;
scriptExec?: number;
command?: string;
parameterSchema?: string;
hostIdList?: Array<number>;