mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-10 02:57:17 +08:00
refactor: 优化通知公告部分代码
This commit is contained in:
@@ -34,6 +34,7 @@ public interface NoticeMapper extends BaseMapper<NoticeDO> {
|
||||
/**
|
||||
* 查询仪表盘公告列表
|
||||
*
|
||||
* @param userId 用户 ID
|
||||
* @return 仪表盘公告列表
|
||||
*/
|
||||
List<DashboardNoticeResp> selectDashboardList(@Param("userId") Long userId);
|
||||
|
||||
Reference in New Issue
Block a user