Browse Source

fix: 告警列表

regan 2 năm trước cách đây
mục cha
commit
b7b6bc3997

+ 1 - 1
iot-common/iot-common-dao/iot-data-serviceImpl-rdb/src/main/java/cc/iotkit/data/model/TbAlertConfig.java

@@ -21,7 +21,7 @@ public class TbAlertConfig {
     @GeneratedValue(generator = "SnowflakeIdGenerator")
     @GenericGenerator(name = "SnowflakeIdGenerator", strategy = "cc.iotkit.data.config.id.SnowflakeIdGenerator")
     @ApiModelProperty(value = "告警配置id")
-    private String id;
+    private Long id;
 
     /**
      * 配置所属用户