This commit is contained in:
sjl
2025-03-11 18:58:26 +08:00
parent 9af98b034f
commit 059864d193
4 changed files with 29 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ export namespace Plan {
export interface ResPlan {
id: string; //检测计划ID
name: string; //检测计划名称
pattern: string; //模式,字典表(数字、模拟、比对)
pattern?: string; //模式,字典表(数字、模拟、比对)
fatherPlanId?: string; //父计划ID
dataSourceId: string; //数据源ID
scriptId: string; //检测脚本ID