消息通知系统-一键已读;反复点赞、关注及取消 数据存储处理,

This commit is contained in:
2024-08-16 10:32:15 +08:00
parent 085dac0630
commit ac28ba233c
5 changed files with 54 additions and 4 deletions

View File

@@ -22,5 +22,7 @@ public interface MessageCenterService extends IService<Notification> {
Boolean setReadStatus(List<Long> notificationIdList, String type);
void setReadAll(String type);
void publishSystemNotification(PublishSysNotificationVO message);
}