添加石河子本地数据导入接口

This commit is contained in:
chenshaohua
2026-07-07 16:06:10 +08:00
parent 734c91eea1
commit dc414dba34
19 changed files with 1206 additions and 5 deletions

View File

@@ -116,4 +116,6 @@ public interface IJobService
Long updateReviewStatus(Long jobId, String reviewStatus);
List<AppUser> getRecommendByJobId(Long jobId);
void shzLocalUploadFile(List<Job> jobs);
}