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