| | |
| | | @ApiModelProperty(value = "id") |
| | | private Long id; |
| | | |
| | | @ApiModelProperty(value = "小店APP_ID") |
| | | private String storeAppId; |
| | | |
| | | @ApiModelProperty(value = "小店商品ID") |
| | | private String storeGoodsId; |
| | | |
| | | @ApiModelProperty(value = "规格ID") |
| | | private Long skuId; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "原价") |
| | | private String originalPrice; |
| | | |
| | | @ApiModelProperty(value = "积分价格") |
| | | private String staticPropPrice; |
| | | |
| | | @ApiModelProperty(value = "现价") |
| | | private String presentPrice; |
| | |
| | | |
| | | @ApiModelProperty(value = "3级代理价格") |
| | | private BigDecimal levelThreePrice; |
| | | |
| | | @ApiModelProperty(value = "是否收藏") |
| | | private Integer hasCollect; |
| | | |
| | | @ApiModelProperty(value = "销量排名") |
| | | private Integer rank; |
| | | } |