|
|
|
@@ -39,6 +39,14 @@ public class WxMerchantVo { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="楼层",name="floorName") |
|
|
|
private String floorName; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="楼座号",name="building") |
|
|
|
private Long building; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="楼层号",name="floor") |
|
|
|
private Long floor; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "是否显示在C端", name = "show") |
|
|
|
private Integer isPublic; |
|
|
|
|
|
|
|
|