新增枚举

This commit is contained in:
hanyong
2022-11-24 14:47:42 +08:00
parent 9b2759f71e
commit bc903d6400

View File

@@ -111,7 +111,8 @@ public enum DicDataEnum {
EVENT_TYPE_L("低功率因数0.8-0.9","Event_Type_l"),
EVENT_TYPE_Q("电压总谐波畸变率超标","Event_Type_q"),
EVENT_TYPE_R("电压越上限7%-15%","Event_Type_r"),
EVENT_TYPE_I("低功率因数","Event_Type_i");
EVENT_TYPE_I("低功率因数","Event_Type_i"),
PENET_LIMIT("渗透率超上限","Penet_Limit");
private final String name;