添加区划名称,用于显示地区

This commit is contained in:
sh
2026-04-15 17:07:32 +08:00
parent 62e86f24c9
commit 975ea1611a
3 changed files with 11 additions and 2 deletions

View File

@@ -178,4 +178,7 @@ public class ESJobDocument
@ApiModelProperty("下架时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private String downTime;
@ApiModelProperty("区划名称")
private String regionName;
}