Browse Source

fix(告警中心):修改字段

Longjun.Tu 2 years ago
parent
commit
6f9457370d

+ 1 - 1
iot-data/iot-model/src/main/java/cc/iotkit/model/alert/AlertRecord.java

@@ -44,7 +44,7 @@ public class AlertRecord implements Owned<String> {
     /**
      * 告警时间
      */
-    private Long alartTime;
+    private Long alertTime;
 
     /**
      * 告警详情

+ 1 - 1
iot-data/iot-rdb-data-service/src/main/java/cc/iotkit/data/model/TbAlertRecord.java

@@ -31,7 +31,7 @@ public class TbAlertRecord {
     /**
      * 告警时间
      */
-    private Long alartTime;
+    private Long alertTime;
 
     /**
      * 告警详情