修改移动端,展示附件信息

This commit is contained in:
sh
2025-12-04 16:00:26 +08:00
parent c8f9b6547a
commit cb5d4d00a7
3 changed files with 56 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ public interface IJobService
Job selectJobByJobIdApp(Long jobId);
Job selectHttpJobByJobIdApp(Long jobId,HttpServletRequest request);
void importRow(String path);
List<CandidateVO> candidates(Long jobId);