|
|
|
@ -2681,7 +2681,8 @@ public class MesPcnEnumUtil {
|
|
|
|
|
ADDITIONAL_TIPS("additionalTips", "额外帮助信息显示"),
|
|
|
|
|
ADDITIONAL_TIPS_HIDE("additionalTipsHide", "额外帮助信息隐藏"),
|
|
|
|
|
TIME_MODULE_STOP("timeModuleStop", "定时组件暂停"),
|
|
|
|
|
MESSAGE_POOL("messagePool", "消息池");
|
|
|
|
|
MESSAGE_POOL("messagePool", "消息池"),
|
|
|
|
|
FORCE_LOGOUT("forceLogout", "websocket强制下线");
|
|
|
|
|
|
|
|
|
|
private String value;
|
|
|
|
|
private String description;
|
|
|
|
@ -6009,6 +6010,7 @@ public class MesPcnEnumUtil {
|
|
|
|
|
}
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static String codeOfDescription(String code) {
|
|
|
|
|
String tmp = null;
|
|
|
|
|
for (int i = 0; i < values().length; i++) {
|
|
|
|
|