瀏覽代碼

修改字段类型

xujie 1 年之前
父節點
當前提交
431f042fe9

+ 1 - 1
soc-modules/soc-modules-iot/src/main/java/com/xunmei/iot/dto/alarmData/AppAlarmPageDto.java

@@ -15,7 +15,7 @@ import java.util.Map;
 public class AppAlarmPageDto extends PageDto {
     private String deviceName;
 
-    private Integer alarmType;
+    private String alarmType;
 
     private  Integer state;