AI 业务逻辑完善
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user