src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -103,7 +103,7 @@ * 位置 */ @ApiModelProperty(value = "位置") private String localtion; private String location; /** * 场所照片 */ @@ -117,6 +117,12 @@ private Integer gridId; /** * 来源 1:地址总表 2:国控采集 3:商超 */ @ApiModelProperty(value = "来源 1:地址总表 2:国控采集 3:商超") private Integer source; /** * 创建人 */ @JsonSerialize(using = ToStringSerializer.class)