|
@@ -25,8 +25,6 @@ public class BuyDoubleEleven2021Dto {
|
|
|
@ApiModelProperty(value = "优惠券列表", required = false)
|
|
|
private List<Integer> couponIdList;
|
|
|
|
|
|
- private BigDecimal amount;
|
|
|
-
|
|
|
private Integer organId;
|
|
|
|
|
|
private Integer userId;
|
|
@@ -47,14 +45,6 @@ public class BuyDoubleEleven2021Dto {
|
|
|
this.organId = organId;
|
|
|
}
|
|
|
|
|
|
- public BigDecimal getAmount() {
|
|
|
- return amount;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAmount(BigDecimal amount) {
|
|
|
- this.amount = amount;
|
|
|
- }
|
|
|
-
|
|
|
public List<Integer> getCouponIdList() {
|
|
|
return couponIdList;
|
|
|
}
|