1.解决检测完成,可能有脏数据引发的不符合问题

2.优化检测树单位,解决自动生成表缺少部分字段
This commit is contained in:
wr
2025-01-14 16:23:33 +08:00
parent dd4cf1eede
commit 9fc1baad28
10 changed files with 72 additions and 46 deletions

View File

@@ -28,8 +28,11 @@ public enum DictDataEnum {
AVG_VALUE("平均值", "Avg_value"),
Own_value("所有值", "Own_value"),
/**
* 字典树code
*/
I2_50("谐波电流幅值", "I2-50"),
SI_1_49("间谐波电流幅值", "SI_1-49"),
;