公告类型名称错误

This commit is contained in:
xingyu 2022-04-18 07:24:15 +00:00 committed by Gitee
parent d9a129d317
commit 338ac14c19
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;