添加岗位下架功
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user