岗位表添加岗位特征字段
This commit is contained in:
@@ -173,4 +173,7 @@ public class ESJobDocument
|
||||
|
||||
@ApiModelProperty("重点人群-1农民工、2团场职工、3失业人员、4零就业家庭、5零工人员、6退役军人")
|
||||
private String keyPopulations;
|
||||
|
||||
@ApiModelProperty("岗位特征:(行政、后勤、管理、技术、销售等字典job_feature添加)")
|
||||
private String jobFeature;
|
||||
}
|
||||
|
||||
@@ -254,6 +254,9 @@ public class Job extends BaseEntity
|
||||
@ApiModelProperty("状态 0上架,1下架")
|
||||
private String jobStatus;
|
||||
|
||||
@ApiModelProperty("岗位特征:(行政、后勤、管理、技术、销售等字典job_feature添加)")
|
||||
private String jobFeature;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty("户外招聘会岗位审核状态")
|
||||
private String fairReviewStatus;
|
||||
|
||||
Reference in New Issue
Block a user