更新:添加岗位匹配简历接口

This commit is contained in:
chenyanchang
2026-06-27 03:06:16 +08:00
parent 65566c16d4
commit af953826e4
6 changed files with 78 additions and 13 deletions

View File

@@ -114,4 +114,6 @@ public interface IJobService
public Integer getTotals(Job job);
Long updateReviewStatus(Long jobId, String reviewStatus);
List<AppUser> getRecommendByJobId(Long jobId);
}