|
|
@@ -19,23 +19,23 @@ public class IotWarnlog extends IotBaseEntity{
|
|
|
|
|
|
/** 告警记录标识 */
|
|
|
@Length(max = 36 , message = "告警记录标识最大长度为36")
|
|
|
- private String wlBig;
|
|
|
+ private String wlBid;
|
|
|
|
|
|
/** 告警名称 */
|
|
|
@Length(max = 100 , message = "告警名称最大长度为100")
|
|
|
- private String wrName;
|
|
|
+ private String wlName;
|
|
|
|
|
|
/** 告警类型 */
|
|
|
@Length(max = 50 , message = "告警类型最大长度为50")
|
|
|
- private String wrType;
|
|
|
+ private String wlType;
|
|
|
|
|
|
/** 告警内容 */
|
|
|
@Length(max = 50 , message = "告警内容最大长度为50")
|
|
|
- private String wrContent;
|
|
|
+ private String wlContent;
|
|
|
|
|
|
/** 告警等级《普通/重要/紧急》 */
|
|
|
@Length(max = 1 , message = "告警等级《普通/重要/紧急》最大长度为1")
|
|
|
- private String wrLevel;
|
|
|
+ private String wlLevel;
|
|
|
|
|
|
/** 设备型号 */
|
|
|
@Length(max = 50 , message = "设备型号最大长度为50")
|
|
|
@@ -51,27 +51,27 @@ public class IotWarnlog extends IotBaseEntity{
|
|
|
|
|
|
/** 处理人 */
|
|
|
@Length(max = 36 , message = "处理人最大长度为36")
|
|
|
- private String wrDealuserid;
|
|
|
+ private String wlDealuserid;
|
|
|
|
|
|
/** 处理结果 */
|
|
|
@Length(max = 36 , message = "处理结果最大长度为36")
|
|
|
- private String wrDealresult;
|
|
|
+ private String wlDealresult;
|
|
|
|
|
|
/** 处理时间 */
|
|
|
@Length(max = 19 , message = "处理时间最大长度为19")
|
|
|
- private String wrDealtime;
|
|
|
+ private String wlDealtime;
|
|
|
|
|
|
/** 创建人 */
|
|
|
@Length(max = 36 , message = "创建人最大长度为36")
|
|
|
- private String wrCreator;
|
|
|
+ private String wlCreator;
|
|
|
|
|
|
/** 创建时间 */
|
|
|
@Length(max = 19 , message = "创建时间最大长度为19")
|
|
|
- private String wrCreateddate;
|
|
|
+ private String wlCreateddate;
|
|
|
|
|
|
/** 上报数据冗余存储 */
|
|
|
@Length(max = 65535 , message = "上报数据冗余存储最大长度为65535")
|
|
|
- private String wrData;
|
|
|
+ private String wlData;
|
|
|
|
|
|
/** 租户标识 */
|
|
|
@Length(max = 36 , message = "租户标识最大长度为36")
|