新增枚举
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user