修改区划类型

This commit is contained in:
sh
2026-03-07 12:43:51 +08:00
parent 39c5faa532
commit 132e4886d7

View File

@@ -58,7 +58,7 @@ public class ESJobDocument
private String jobLocation; private String jobLocation;
@ApiModelProperty("工作地点区县字典代码") @ApiModelProperty("工作地点区县字典代码")
private Integer jobLocationAreaCode; private String jobLocationAreaCode;
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
@ApiModelProperty("发布时间") @ApiModelProperty("发布时间")