|
|
@@ -8,12 +8,13 @@ package com.sckw.core.model.enums;
|
|
|
|
|
|
public enum DictEnum {
|
|
|
|
|
|
- THRESHOLD_TYPE("threshold_type", "模板类型"),
|
|
|
+ THRESHOLD_TYPE("threshold_type", "预警字段类型"),
|
|
|
DEVICE_TYPE("device_type", "设备类型"),
|
|
|
MODEL_PART("model_part", "检测要素"),
|
|
|
THRESHOLD_LEVEL("threshold_level", "告警等级"),
|
|
|
ALARM_TYPE("alarm_type", "告警类型"),
|
|
|
ALARM_DETAIL_TYPE("alarm_detail_type", "告警明细类型"),
|
|
|
+ REPORT_TEMPLATE_TYPE("report_template_type", "报表模板"),
|
|
|
;
|
|
|
private final String codeType;
|
|
|
private final String name;
|