From 391396898e72181ffd4d23f60200196e41a5404a Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Tue, 23 Jan 2024 10:57:44 +0800 Subject: [PATCH] 新增敏感词校验,物业公司评价校验 --- src/main/java/org/springblade/modules/house/entity/HouseEntity.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/house/entity/HouseEntity.java b/src/main/java/org/springblade/modules/house/entity/HouseEntity.java index 00dd5ab..c5af044 100644 --- a/src/main/java/org/springblade/modules/house/entity/HouseEntity.java +++ b/src/main/java/org/springblade/modules/house/entity/HouseEntity.java @@ -130,6 +130,11 @@ */ @ApiModelProperty(value = "网格id") private Integer gridId; + /** + * 网格编号 + */ + @ApiModelProperty(value = "网格编号") + private String gridCode; /** * 来源 1:地址总表 2:国控采集 -- Gitblit v1.9.3