新增枚举
This commit is contained in:
@@ -117,6 +117,7 @@ public enum DicDataEnum {
|
|||||||
EVENT_TYPE_S("潮流倒送导致设备过载","Event_Type_s"),
|
EVENT_TYPE_S("潮流倒送导致设备过载","Event_Type_s"),
|
||||||
EVENT_TYPE_D("电压越上限严重度","Event_Type_d"),
|
EVENT_TYPE_D("电压越上限严重度","Event_Type_d"),
|
||||||
EVENT_TYPE_F("电压越下限严重度","Event_Type_f"),
|
EVENT_TYPE_F("电压越下限严重度","Event_Type_f"),
|
||||||
|
EVENT_TYPE_G("渗透率","Event_Type_g"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监测点状态
|
* 监测点状态
|
||||||
@@ -124,8 +125,23 @@ public enum DicDataEnum {
|
|||||||
RUN("运行","Run"),
|
RUN("运行","Run"),
|
||||||
OVERHAUL("检修","Overhaul"),
|
OVERHAUL("检修","Overhaul"),
|
||||||
DEBUGGING("调试","Debugging"),
|
DEBUGGING("调试","Debugging"),
|
||||||
DECOMMISSIONING("停运","Decommissioning");
|
DECOMMISSIONING("停运","Decommissioning"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 终端状态
|
||||||
|
*/
|
||||||
|
FREE_MOORY("剩余内存","Free_Mmory"),
|
||||||
|
FREE_STORE("剩余存储空间","Free_Store"),
|
||||||
|
CPU_VESION("CPU版本","Cpu_Vesion"),
|
||||||
|
CPU1_LOAD("CPU1的负荷","Cpu1_load"),
|
||||||
|
CPU2_LOAD("CPU2的负荷","Cpu2_load"),
|
||||||
|
NOT_OPERATION("未投运","Not_Operation"),
|
||||||
|
RUNNING("在运","Running"),
|
||||||
|
RETIRE("退役","Retire"),
|
||||||
|
ON_SITE("现场留用","On_Site"),
|
||||||
|
STOCK_STANDBY("库存备用","Stock_Standby"),
|
||||||
|
TO_BE_SCRAPPED("待报废","To_Be_Scrapped"),
|
||||||
|
SCRAP("报废","Scrap");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user