This commit is contained in:
wr
2025-01-22 13:26:52 +08:00
parent ab3d90fd24
commit 576beb10c8

View File

@@ -227,12 +227,18 @@ public class AdNonHarmonicServiceImpl extends ServiceImpl<AdNonHarmonicMapper, A
unit="s";
break;
/**
* 暂态-持续时间
* 相角
*/
case "VA":
case "IA":
unit="°";
break;
/**
* 电压偏差
*/
case "DELTA_V":
unit="%";
break;
}
return unit;
}