zhongrj
2024-01-12 2a1f1e617ccab2927ce66f37f11c9cb4f8bd2b4c
src/main/java/org/springblade/modules/house/entity/HouseEntity.java
@@ -132,6 +132,12 @@
   private Integer gridId;
   /**
    * 来源 1:地址总表  2:国控采集
    */
   @ApiModelProperty(value = "来源 1:地址总表  2:国控采集")
   private Integer source;
   /**
    * 创建人
    */
   @JsonSerialize(using = ToStringSerializer.class)