refactor: 通知公告的优化

通知公告的优化
This commit is contained in:
Theo
2024-09-21 21:43:20 +08:00
parent 29b23e5c04
commit 0691b93112
10 changed files with 15 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ public interface NoticeStatusService extends IService<NoticeStatus> {
* 分页获取我的通知公告
* @param page 分页对象
* @param queryParams 查询参数
* @return 通知公告分页列表
* @return 我的通知公告分页列表
*/
IPage<NoticeVO> getMyNoticePage(Page<NoticeVO> page, NoticeQuery queryParams);
IPage<NoticeStatusVO> getMyNoticePage(Page<NoticeVO> page, NoticeQuery queryParams);
}