From c0e32b4907e8ac9cae56b77e4f83fefdc8cc5ad3 Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Wed, 24 Jan 2024 17:27:40 +0800 Subject: [PATCH] 机构查询优化 --- src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java b/src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java index 8d5eee4..571b58d 100644 --- a/src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java +++ b/src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java @@ -220,9 +220,14 @@ @ApiModelProperty(value = "其他联系方式") private String otherContact; /** - * 现居住地址 + * 居住地行政区划 */ - @ApiModelProperty(value = "现居住地址") + @ApiModelProperty(value = "居住地行政区划") + private String homeAdcode; + /** + * 现居住地址(居住地址) + */ + @ApiModelProperty(value = "现居住地址(居住地址)") private String currentAddress; /** * 残疾证 -- Gitblit v1.9.3