1.添加用户投诉岗位
2.管理员对企业和岗位下架
This commit is contained in:
@@ -118,4 +118,8 @@ public interface IJobService
|
||||
List<AppUser> getRecommendByJobId(Long jobId);
|
||||
|
||||
void shzLocalUploadFile(List<Job> jobs);
|
||||
|
||||
public int jobDown(Long jobId);
|
||||
|
||||
public int jobUp(Long jobId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user