| | |
| | | private Boolean verifiable; |
| | | @ApiModelProperty("是否超出限购数量") |
| | | private Boolean purchaseLimit; |
| | | @ApiModelProperty("限购数量") |
| | | private Integer purchaseLimitNum; |
| | | @ApiModelProperty("现金支付") |
| | | private Boolean cashPayment; |
| | | @ApiModelProperty("积分支付") |
| | | private Boolean pointPayment; |
| | | @ApiModelProperty("配送方式(1=自提,2=快递)") |
| | | private Integer distributionMode; |
| | | private String distributionMode; |
| | | /** |
| | | * 可获得消费积分 |
| | | */ |
| | |
| | | /** |
| | | * 获取返佣积分上级类型(1=直推上级,2=直帮上级) |
| | | */ |
| | | private Integer superiorType; |
| | | private String superiorType; |
| | | /** |
| | | * 获取返佣积分上级类型(1=直推上级,2=直帮上级) |
| | | */ |
| | | private String superiorPriceType; |
| | | /** |
| | | * 核销门店可获得服务费 |
| | | */ |