@@ -40,6 +40,9 @@ public interface RecruitmentCollectionService {
/**
* 招聘方:收藏的简历,取消收藏
+ * @param resumeId
+ * @param hrId
+ * @return
*/
- boolean updateCancelCollect(String resumeId);
+ boolean updateCancelCollect(String resumeId,String hrId);
}