ADD: 检测计划添加导入标识字段以及逻辑

This commit is contained in:
贾同学
2025-08-29 11:34:55 +08:00
parent a32ca3c849
commit d5fb41cbab
3 changed files with 78 additions and 56 deletions

View File

@@ -35,6 +35,7 @@ export namespace Plan {
progress?: number; // 进度百分比,例如 75
children?: ResPlan[];
testConfig?: PlanTestConfig;
importFlag?: number; // 导入标识0-否1-是
}
// 检测计划 + 分页