1.添加pc岗位收藏

2.添加pc岗位申请
This commit is contained in:
sh
2025-11-01 13:00:30 +08:00
parent eddb66df56
commit fe48208f21
5 changed files with 69 additions and 10 deletions

View File

@@ -72,4 +72,11 @@ public interface IJobCollectionService
List<Job> collectionJob();
CompetitivenessResponse competitiveness(Long jobId);
/**
* pc端岗位收藏
* @param collection
* @return
*/
int pcJobCollection(JobCollection collection);
}