fix 78144 动态消息-新增 输入满位字符,出现操作失败
This commit is contained in:
@@ -73,7 +73,6 @@ public class LawsNewsFeed implements Serializable {
|
||||
/**动态详情*/
|
||||
@Excel(name = "动态详情", width = 15)
|
||||
@ApiModelProperty(value = "动态详情")
|
||||
@Size(max = 500, message = "动态详情超出最大限度")
|
||||
private java.lang.String dynamicDetails;
|
||||
/**资料文本*/
|
||||
@Excel(name = "资料文本", width = 15)
|
||||
|
||||
Reference in New Issue
Block a user