linwe
2023-12-21 7b91c99980e9db0c880bf3905a7cfd54ffca44cc
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -117,6 +117,12 @@
   private Integer gridId;
   /**
    * 来源 1:地址总表  2:国控采集
    */
   @ApiModelProperty(value = "来源 1:地址总表  2:国控采集")
   private Integer source;
   /**
    * 创建人
    */
   @JsonSerialize(using = ToStringSerializer.class)