@@ -25,6 +25,10 @@ public class IotWarnlog extends IotBaseEntity{
@Length(max = 100 , message = "告警名称最大长度为100")
private String wlName;
+ /** 告警名称 */
+ @Length(max = 100 , message = "告警名称最大长度为100")
+ private String wcBid;
+
/** 告警类型 */
@Length(max = 50 , message = "告警类型最大长度为50")
private String wlType;