添加es中岗位联系方式

This commit is contained in:
chenshaohua
2026-07-07 18:48:01 +08:00
parent 4204ad12a5
commit 633d563f1e
3 changed files with 17 additions and 3 deletions

View File

@@ -161,6 +161,10 @@ public class ESJobDocument
@IndexField(fieldType = FieldType.TEXT)
private String companyVoJson;
@ApiModelProperty("岗位联系人信息")
@IndexField(fieldType = FieldType.TEXT)
private String jobContactVoJson;
@ApiModelProperty("是否发布 0未发布 1发布")
private Integer isPublish;
}