标准设备,比对模式被检设备

This commit is contained in:
sjl
2025-07-09 20:12:40 +08:00
parent d2f0382bd9
commit cc848b1ffb
39 changed files with 2247 additions and 285 deletions

View File

@@ -26,7 +26,10 @@ export namespace Plan {
associateReport:number;//是否关联报告模板 0否 1是
reportTemplateName:string;
reportTemplateVersion:string;
dataRule:string //数据处理原则
dataRule:string;//数据处理原则
progress?: number; // 进度百分比,例如 75
children?: ResPlan[];
}
// 检测计划 + 分页