9 天以前 84e29c9adb718b42a693e954d2b771651ef36796
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")