添加岗位模板下载,岗位模板上传功能

This commit is contained in:
sh
2026-01-21 15:35:15 +08:00
parent 90c553a31d
commit 5e3ec6ddae
10 changed files with 388 additions and 5 deletions

View File

@@ -60,4 +60,6 @@ public interface JobMapper extends BaseMapper<Job>
Job getJobInfo(Long jobId);
Integer getTotals(Job job);
void updateFileBatchInsert(List<Job> list);
}