mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
公告类型名称错误
This commit is contained in:
parent
d9a129d317
commit
338ac14c19
@ -19,7 +19,7 @@ public class NoticeBaseVO {
|
|||||||
@Size(max = 50, message = "公告标题不能超过50个字符")
|
@Size(max = 50, message = "公告标题不能超过50个字符")
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@ApiModelProperty(value = "公告标题", required = true, example = "小博主")
|
@ApiModelProperty(value = "公告类型", required = true, example = "小博主")
|
||||||
@NotNull(message = "公告类型不能为空")
|
@NotNull(message = "公告类型不能为空")
|
||||||
private Integer type;
|
private Integer type;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user