liu
昨天 1eb432710b7a3a2e820be10b17c0138b377ee1b8
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java
@@ -10,7 +10,7 @@
@EqualsAndHashCode(callSuper = true)
public class NoticePageReqVO extends PageParam {
    @Schema(description = "通知公告名称,模糊匹配", example = "芋道")
    @Schema(description = "通知公告名称,模糊匹配", example = "超级管理员")
    private String title;
    @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1")