微调误差体系

This commit is contained in:
sjl
2024-10-28 13:41:14 +08:00
parent e0fe44c6e4
commit e1bc2f4fb4
3 changed files with 151 additions and 21 deletions

View File

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