检测计划相关功能代码

This commit is contained in:
caozehui
2025-07-22 09:11:21 +08:00
parent 95d5396759
commit a67c5de69d
9 changed files with 151 additions and 105 deletions

View File

@@ -25,6 +25,7 @@ public enum ResultUnitEnum {
IMBV("%", "电压不平衡度","IMBV"),
IMBA("%", "电流不平衡度","IMBA"),
F("","闪变","F"),
P("W", "功率","P"),
UNKNOWN("","未知","UNKNOWN"),
;