1.我的添加消息未读数量

2.添加消息已读接口
This commit is contained in:
sh
2026-05-20 13:40:46 +08:00
parent a28c59eb94
commit 9220cd6c59
4 changed files with 36 additions and 0 deletions

View File

@@ -94,4 +94,6 @@ public interface IAppNoticeService
NoticeTotal noticTotal(Notice notice);
int removeNotice(Long[] ids);
void noticeRead(String ids);
}