job表添加region_code字段
This commit is contained in:
@@ -153,6 +153,9 @@ public class ESJobDocument
|
||||
@ApiModelProperty("工作地点")
|
||||
private String jobAddress;
|
||||
|
||||
@ApiModelProperty("工作地点")
|
||||
private String regionCode;
|
||||
|
||||
@ApiModelProperty("公司信息")
|
||||
@IndexField(fieldType = FieldType.TEXT)
|
||||
private String companyVoJson;
|
||||
|
||||
Reference in New Issue
Block a user