| | |
| | | @ApiModelProperty(value = "id") |
| | | private Long id; |
| | | |
| | | @ApiModelProperty(value = "商品主图") |
| | | private String thumb; |
| | | |
| | | @ApiModelProperty(value = "商品编号") |
| | | private String goodsNo; |
| | | |
| | |
| | | |
| | | @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 String mainImage; |
| | | } |