@@ -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;
/** 处理时间 */