|
@@ -62,11 +62,7 @@ public class DevInfo extends BasePO {
|
|
|
@TableField("onoff_time")
|
|
|
private LocalDateTime onoffTime;
|
|
|
|
|
|
- /**
|
|
|
- * 设备报警:0-正常,1-报警
|
|
|
- */
|
|
|
- @TableField("dev_warn")
|
|
|
- private Integer devWarn;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 软件版本号
|
|
@@ -235,13 +231,7 @@ public class DevInfo extends BasePO {
|
|
|
public static final int EXIST = 1; // 存在
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 设备报警状态
|
|
|
- */
|
|
|
- public static class DevWarnStatus {
|
|
|
- public static final int NORMAL = 0; // 正常
|
|
|
- public static final int WARNING = 1; // 报警
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 安装方式
|