Ver Fonte

解决告警记录相关BUG

wukai há 1 ano atrás
pai
commit
19b958303e

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/biz/domain/TwinCalcAlarms.java

@@ -68,7 +68,7 @@ public class TwinCalcAlarms extends BaseEntity {
      */
     @Excel(name = "告警类型;接口对应的编号")
     @ApiModelProperty("告警类型;接口对应的编号")
-    private Long alarmType;
+    private Integer alarmType;
     /**
      * 统计状态
      */