数模没有标准设备

This commit is contained in:
sjl
2025-08-15 08:37:35 +08:00
parent 83c8dc5f19
commit 61b87304e6
9 changed files with 56 additions and 230 deletions

View File

@@ -203,6 +203,7 @@ export namespace CheckData {
//描述比对式检测项描述
export interface CompareTestItem {
id: string,
code: string,
name: string,
}
}