|
|
|
@@ -114,6 +114,13 @@ public class WxMerchantVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="ttPoi",name="ttPoi") |
|
|
|
@TableField(exist = false) |
|
|
|
private String ttPoi; |
|
|
|
private String poiId; |
|
|
|
public void setPoiId(String poiid) { |
|
|
|
this.poiId = this.ttPoi; |
|
|
|
} |
|
|
|
public String getPoiId() { |
|
|
|
return this.ttPoi; |
|
|
|
} |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="经度",name="longitude") |
|
|
|
@TableField(exist = false) |
|
|
|
|