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)