1.pc查询收藏、足迹、申请

2.查询我的时,返回这些对应的数字
This commit is contained in:
sh
2025-11-01 16:01:10 +08:00
parent fe48208f21
commit a641140ea5
19 changed files with 130 additions and 12 deletions

View File

@@ -35,4 +35,6 @@ public interface JobApplyMapper extends BaseMapper<JobApply>
List<CandidateVO> selectAppUserList(Job job);
List<CandidateVO> selectApplyJobUserList(AppUser appUser);
List<Job> selectJobApplyListJob(JobApply jobApply);
}