添加岗位下架功

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

@@ -62,4 +62,10 @@ public interface JobMapper extends BaseMapper<Job>
Integer getTotals(Job job);
void updateFileBatchInsert(List<Job> list);
public int updateStatus(Job job);
List<Job> getJobDownList();
void updateJobDown(List<Long> list);
}