This commit is contained in:
sjl
2024-10-28 08:39:09 +08:00
parent 3af786876e
commit 870bc9c5f5
10 changed files with 252 additions and 242 deletions

View File

@@ -15,6 +15,7 @@ export namespace ErrorSystem {
export interface ErrorSystemDetail {
measured: string;//被测量
deviceLevel: string;//检测装置级别
measurementType?: string;//测量类型
condition: string;//测量条件
maxErrorValue: string;//最大误差
}