Преглед изворни кода

1.设备要素项接口查询新增
2.阈值报表接口bugfix
3.新增设备数据查询

lengfaqiang пре 2 година
родитељ
комит
68e45896cc

+ 2 - 1
slope-common/slope-common-core/src/main/java/com/sckw/core/model/enums/DictEnum.java

@@ -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;