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

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

@@ -17,4 +17,8 @@ public interface NotificationMapper extends CommonMapper<Notification> {
void updateUniqueLikeAndFollow(Long id, LocalDateTime time);
void deleteNotification(Long id, LocalDateTime time);
void setPersonalNotificationAllRead(String type, Long receiverId, LocalDateTime time);
List<Long> getUnreadSysNotification(Long accountId);
}