根据用户期望岗位,生成岗位推送消息

This commit is contained in:
sh
2026-05-20 12:11:28 +08:00
parent 14965b89e6
commit f2f12d72a1
9 changed files with 57 additions and 2 deletions

View File

@@ -119,4 +119,6 @@ public interface IJobService
public int jobUp(Long jobId);
void updateJobDown();
void selectUserRecommendJobNotic();
}