Explorar o código

告警记录添加告警规则标识

liuyaowen hai 9 meses
pai
achega
96f17c9b72

+ 4 - 0
src/main/java/com/yunfeiyun/agmp/iot/common/domain/IotWarnlog.java

@@ -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;