Commit 89892db8 authored by luzhuang's avatar luzhuang

update

parent a1cc9a29
...@@ -13,6 +13,7 @@ public class AddOrUpdateDTO { ...@@ -13,6 +13,7 @@ public class AddOrUpdateDTO {
private String businessId; private String businessId;
@NotBlank(message = "标题不能为空") @NotBlank(message = "标题不能为空")
@Length(min = 1,max = 256,message = "长度最小为1,最大为256")
@ApiModelProperty(value = "标题" ,required = true, dataType = "varchar") @ApiModelProperty(value = "标题" ,required = true, dataType = "varchar")
private String title; private String title;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment