ADD:ICD添加检测是否两个开关字段

This commit is contained in:
贾同学
2025-08-25 14:39:59 +08:00
parent a19a20ddd8
commit dfbba11aae
2 changed files with 107 additions and 84 deletions

View File

@@ -24,6 +24,8 @@ export namespace ICD {
createTime?: string| null; //创建时间
updateBy?: string| null; //更新用户
updateTime?: string| null; //更新时间
angle: number; // 是否支持电压相角、电流相角指标
usePhaseIndex: number; // 角型接线时是否使用相别的指标来进行检测
}
/**