Explorar o código

调整告警记录处理结最大长度

liuyaowen hai 10 meses
pai
achega
c13efaeb7c

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

@@ -54,7 +54,7 @@ public class IotWarnlog extends IotBaseEntity{
     private String wlDealuserid;
 
     /** 处理结果 */
-    @Length(max = 36 , message = "处理结果最大长度为36")
+    @Length(max = 200 , message = "处理结果最大长度为200")
     private String wlDealresult;
 
     /** 处理时间 */