🎨 规范字段.

This commit is contained in:
lijiahang
2024-04-02 16:22:10 +08:00
parent c90fa80090
commit 812286a2e7
16 changed files with 65 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ export interface ExecTemplateCreateRequest {
name?: string;
command?: string;
timeout?: number;
parameter?: string;
parameterSchema?: string;
}
/**
@@ -36,7 +36,7 @@ export interface ExecTemplateQueryResponse extends TableData {
name: string;
command: string;
timeout: number;
parameter: string;
parameterSchema: string;
createTime: number;
updateTime: number;
creator: string;