修改job表中areacode类型

This commit is contained in:
sh
2026-02-06 18:28:24 +08:00
parent 5f71f34d88
commit f4e85fd139
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ public class Job extends BaseEntity
private String jobLocation;
@ApiModelProperty("工作地点区县字典代码")
private Integer jobLocationAreaCode;
private String jobLocationAreaCode;
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "发布时间", width = 30, dateFormat = "yyyy-MM-dd")