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,5 +34,5 @@ public interface NoticeStatusMapper extends BaseMapper<NoticeStatus> {
* @param queryParams 查询参数
* @return 通知公告分页列表
*/
IPage<NoticeVO> getMyNoticePage(Page<NoticeVO> page, @Param("queryParams") NoticeQuery queryParams);
IPage<NoticeStatusVO> getMyNoticePage(Page<NoticeVO> page, @Param("queryParams") NoticeQuery queryParams);
}