| | |
| | | @ApiModelProperty(value = "商品名称") |
| | | private String goodsName; |
| | | |
| | | @ApiModelProperty(value = "商品参数") |
| | | private String goodsParameter; |
| | | |
| | | @ApiModelProperty(value = "商品介绍") |
| | | private String goodsIntrodution; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "样式") |
| | | private List<GoodsDetailsStyleVo> styles; |
| | | |
| | | @ApiModelProperty(value = "评论总数量") |
| | | private Integer commentCount; |
| | | |
| | | @ApiModelProperty(value = "评论总星数") |
| | | private Double star; |
| | | //补贴金额 |
| | | |
| | | @ApiModelProperty(value = "补贴金额") |
| | | private BigDecimal subsidyAmount; |
| | | //星级等级 |
| | | |
| | | @ApiModelProperty(value = "星级等级") |
| | | private String starRating; |
| | | } |