现场算法测试优化

This commit is contained in:
xy
2025-05-19 09:52:02 +08:00
parent 272c723775
commit 228b694322
46 changed files with 166 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ public class DataCommonUtils {
/**
* 传入字典类型的电压等级,获取可以计算的数据
* 例如 35kV->32.0
* 例如 35kV->35.0
* 0.38kV->0.38
*/
public static Double getVoltageData(String lineVoltage) {