新增枚举
This commit is contained in:
@@ -116,7 +116,16 @@ public enum DicDataEnum {
|
||||
EVENT_TYPE_A("潮流倒送导致设备重载","Event_Type_a"),
|
||||
EVENT_TYPE_S("潮流倒送导致设备过载","Event_Type_s"),
|
||||
EVENT_TYPE_D("电压越上限严重度","Event_Type_d"),
|
||||
EVENT_TYPE_F("电压越下限严重度","Event_Type_f");
|
||||
EVENT_TYPE_F("电压越下限严重度","Event_Type_f"),
|
||||
|
||||
/**
|
||||
* 监测点状态
|
||||
*/
|
||||
RUN("运行","Run"),
|
||||
OVERHAUL("检修","Overhaul"),
|
||||
DEBUGGING("调试","Debugging"),
|
||||
DECOMMISSIONING("停运","Decommissioning");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user