linwe
2023-12-23 9d49dba3ba467a04b9ba9511b82b4d7fa8b402ed
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)