| | |
| | | public class MyShoppingCartVo { |
| | | @ApiModelProperty("数据id") |
| | | private String id; |
| | | @ApiModelProperty("购买类型(1=普通商品,2=秒杀商品)") |
| | | private Integer type; |
| | | @ApiModelProperty("商品id") |
| | | private Integer goodsId; |
| | | @ApiModelProperty("封面图") |
| | |
| | | private Boolean verifiable; |
| | | @ApiModelProperty("是否超出限购数量") |
| | | private Boolean purchaseLimit; |
| | | @ApiModelProperty("限购数量") |
| | | private Integer purchaseLimitNum; |
| | | @ApiModelProperty("现金支付") |
| | | private Boolean cashPayment; |
| | | @ApiModelProperty("积分支付") |
| | |
| | | */ |
| | | private String superiorType; |
| | | /** |
| | | * 获取返佣积分上级类型(1=直推上级,2=直帮上级) |
| | | */ |
| | | private String superiorPriceType; |
| | | /** |
| | | * 核销门店可获得服务费 |
| | | */ |
| | | private BigDecimal servuceShopCharges; |