AI 业务逻辑完善

This commit is contained in:
2026-01-21 13:42:38 +08:00
parent 474a71c4db
commit fb05cadd0f
14 changed files with 824 additions and 389 deletions

View File

@@ -76,5 +76,20 @@ public interface IHotakeRolesApplyInfoService
*/
public int updateBatchEditStage(List<HotakeRolesApplyStageVo> stageVoList);
/**
* AI简历评分和排名系统
*
* @param hotakeRolesApplyInfo 候选人岗位申请信息
* @return 候选人岗位申请信息集合
*/
public List<HotakeRolesApplyInfo> handleAiCvScoringRankingList(HotakeRolesApplyInfo hotakeRolesApplyInfo);
/**
* 招聘者查看候选人匹配度
*
* @param hotakeRolesApplyInfo 候选人岗位申请信息
* @return 候选人岗位申请信息集合
*/
public HotakeRolesApplyInfo handleCandidateCompatibilityInfo(HotakeRolesApplyInfo hotakeRolesApplyInfo);
}