Browse Source

Merge branch 'master' of https://gitee.com/zhijiantianya/ruoyi-vue-pro

YunaiV 3 năm trước cách đây
mục cha
commit
d285fc146e

+ 1 - 1
yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticeBaseVO.java

@@ -19,7 +19,7 @@ public class NoticeBaseVO {
     @Size(max = 50, message = "公告标题不能超过50个字符")
     private String title;
 
-    @ApiModelProperty(value = "公告标题", required = true, example = "小博主")
+    @ApiModelProperty(value = "公告类型", required = true, example = "小博主")
     @NotNull(message = "公告类型不能为空")
     private Integer type;