添加pc互联网端,区县工作,公交周边,商圈附近3个接口

This commit is contained in:
sh
2026-06-22 18:33:36 +08:00
parent f18f179f3d
commit 18ccf628fc
4 changed files with 97 additions and 8 deletions

View File

@@ -121,4 +121,10 @@ public interface IJobService
void updateJobDown();
void selectUserRecommendJobNotic();
EsPageInfo<ESJobDocument> sysCountyJobList(ESJobSearch job);
EsPageInfo<ESJobDocument> sysSubway(ESJobSearch jobQuery);
EsPageInfo<ESJobDocument> sysCommercialArea(ESJobSearch jobQuery);
}