1.添加用户投诉岗位
2.管理员对企业和岗位下架
This commit is contained in:
@@ -49,4 +49,9 @@ public class CacheConstants
|
||||
*pc岗位ids
|
||||
*/
|
||||
public static final String SYS_JOB_IDS = "job_ids:";
|
||||
|
||||
/**
|
||||
* 浪潮互联网token
|
||||
*/
|
||||
public static final String LC_HLW_TOKEN ="lc_hlw_token:";
|
||||
}
|
||||
|
||||
@@ -124,6 +124,9 @@ public class Company extends BaseEntity
|
||||
@ApiModelProperty("法人联系方式")
|
||||
private String legalPhone;
|
||||
|
||||
@ApiModelProperty("是否下架(0上架,1下架)")
|
||||
private String companyStatus;
|
||||
|
||||
/**
|
||||
* 岗位列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user