linwei
2024-01-17 f5539e2f8e35d7e53abf54409245c5c7f9d2a72a
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)