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