mirror of
https://github.com/youlaitech/youlai-boot.git
synced 2026-09-03 07:18:02 +08:00
feat: 通知公告临时提交
通知公告临时提交
This commit is contained in:
@@ -120,4 +120,11 @@ public class NoticeController {
|
||||
noticeStatusService.readAll();
|
||||
return Result.success();
|
||||
}
|
||||
|
||||
@Operation(summary = "获取我的通知公告")
|
||||
@GetMapping("/my/page")
|
||||
public PageResult<NoticeVO> getMyNoticePage(NoticeQuery queryParams) {
|
||||
IPage<NoticeVO> result = noticeService.getMyNoticePage(queryParams);
|
||||
return PageResult.success(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user