添加es查询是isPublish 缺失问题

This commit is contained in:
chenshaohua
2026-06-26 13:18:51 +08:00
parent 9e7a833383
commit 1bd611d569

View File

@@ -156,4 +156,7 @@ public class ESJobDocument
@ApiModelProperty("公司信息")
@IndexField(fieldType = FieldType.TEXT)
private String companyVoJson;
@ApiModelProperty("是否发布 0未发布 1发布")
private Integer isPublish;
}