1.修改保存生日报错问题

2.添加pc端获取消息列表
This commit is contained in:
sh
2025-11-05 18:02:34 +08:00
parent a694011a8b
commit e8740b75a9
7 changed files with 85 additions and 5 deletions

View File

@@ -76,4 +76,8 @@ public interface IAppNoticeService
void recommendJobCron();
void fairCompanyCron();
List<Notice> selectListAppNotRead(Notice notice);
void readSysNotices(String ids,Long userId);
}