This commit is contained in:
sjl
2024-12-13 16:35:27 +08:00
parent 8bd5351d29
commit 0db5fa650f
16 changed files with 480 additions and 339 deletions

View File

@@ -32,7 +32,7 @@ export namespace Plan {
export interface ReqPlan extends ResPlan {
datasourceIds:string;
sourceIds: string[];
sourceIds: string;
planId:string;
scriptName: string ;
errorSysName: string;