feat: 通知公告临时提交

通知公告临时提交
This commit is contained in:
胡少翔
2024-09-12 18:08:02 +08:00
parent fa77b5cb8c
commit 9c765bda24
11 changed files with 110 additions and 5 deletions

View File

@@ -86,4 +86,11 @@ public interface NoticeService extends IService<Notice> {
* @return 通知公告详情
*/
NoticeDetailVO getReadNoticeDetail(Long id);
/**
* 获取我的通知公告分页列表
* @param queryParams 查询参数
* @return 通知公告分页列表
*/
IPage<NoticeVO> getMyNoticePage(NoticeQuery queryParams);
}