|  |  | 
 |  |  |     @ApiModelProperty(value = "商品名称") | 
 |  |  |     private String goodsName; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "商品参数") | 
 |  |  |     private String goodsParameter; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "商品介绍") | 
 |  |  |     private String goodsIntrodution; | 
 |  |  |  | 
 |  |  | 
 |  |  |     @ApiModelProperty(value = "运费") | 
 |  |  |     private BigDecimal carriage; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "1-普通商品 2-套餐") | 
 |  |  |     private Integer isNormal; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "轮播图") | 
 |  |  |     private List<String> images; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "样式") | 
 |  |  |     private List<GoodsDetailsStyleVo> styles; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "评论数量") | 
 |  |  |     private Integer commentCount; | 
 |  |  |     /** | 
 |  |  |      * 排序位置 | 
 |  |  |      */ | 
 |  |  |     private Integer sortCnt; | 
 |  |  |     /** | 
 |  |  |      * 积分兑换比例 | 
 |  |  |      */ | 
 |  |  |     private Integer scorePercent; | 
 |  |  |     /** | 
 |  |  |      * 积分兑换比例 | 
 |  |  |      */ | 
 |  |  |     private BigDecimal scorePercentNum; | 
 |  |  | } |