添加岗位下架功

This commit is contained in:
sh
2026-02-03 17:29:27 +08:00
parent 6b7e359234
commit 7bd42fa687
10 changed files with 130 additions and 5 deletions

View File

@@ -113,4 +113,10 @@ public interface IJobService
public Integer getTotals(Job job);
void uploadFileJob(List<JobExcelVo> list);
public int jobDown(Long jobId);
public int jobUp(Long jobId);
void updateJobDown();
}