This commit is contained in:
sjl
2025-01-15 09:35:36 +08:00
parent 0cace11975
commit 14e5535fd8
21 changed files with 206 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ export namespace ChannelsTest {
// 系数校准列表
export interface CoefficientVO {
devName?: string;//设备名称
devName?: string;//设备名称
type?:string;//区分大小电压
monitorNum: string;//监测点序号
desc: string;//描述
@@ -20,7 +20,12 @@ export namespace ChannelsTest {
cIeData:string;//电流通道C数据
cIeXi:string;//电流通道C系数
loading: boolean;
reason?:string;//(不)合格原因
aV:string;
bV:string;
cV:string;
aI:string;
bI:string;
cI:string;
}
}