| | |
| | | @ApiModelProperty(value = "维度") |
| | | private String shopLatitude; |
| | | |
| | | @ApiModelProperty("营业开始时间") |
| | | @ApiModelProperty(value="营业开始时间") |
| | | private String businessStartTime; |
| | | |
| | | @ApiModelProperty("营业结束时间") |
| | | @ApiModelProperty(value="营业结束时间") |
| | | private String businessEndTime; |
| | | |
| | | @ApiModelProperty("商户标签") |
| | | @ApiModelProperty(value="商户标签") |
| | | private String shopTags; |
| | | |
| | | @ApiModelProperty("商户服务电话") |
| | | @ApiModelProperty(value="商户服务电话") |
| | | private String shopServicePhone; |
| | | |
| | | @ApiModelProperty("商户封面") |
| | | @ApiModelProperty(value="商户封面") |
| | | private String shopPicture; |
| | | |
| | | @ApiModelProperty("商户banners") |
| | | @ApiModelProperty(value="商户banners") |
| | | private String shopBanners; |
| | | |
| | | @ApiModelProperty("店铺详情") |
| | | @ApiModelProperty(value="店铺详情") |
| | | private String shopDetail; |
| | | |
| | | @ApiModelProperty("店铺证书") |
| | | @ApiModelProperty(value="店铺证书") |
| | | private List<ShopCertificate> shopCertificateList; |
| | | } |