添加未读消息列列表

This commit is contained in:
sh
2025-11-06 11:02:04 +08:00
parent e8740b75a9
commit 8bbc66e7ff
6 changed files with 48 additions and 9 deletions

View File

@@ -80,4 +80,6 @@ public interface IAppNoticeService
List<Notice> selectListAppNotRead(Notice notice);
void readSysNotices(String ids,Long userId);
List<Notice> selectListAppNotics(Notice notice);
}