gongzuming
2024-09-02 53e1871b696520d4c554f9773fc4c4038ee0b5bd
src/main/java/com/mzl/flower/dto/response/payment/PreOrderDTO.java
@@ -19,7 +19,25 @@
    @ApiModelProperty(value = "商品总金额")
    private BigDecimal totalAmount;
    @ApiModelProperty(value = "商品会员价总金额")
    private BigDecimal totalMemberAmount;
    @ApiModelProperty(value = "打包费")
    private BigDecimal packing;
    @ApiModelProperty(value = "会员等级id")
    private Long memberId;
    @ApiModelProperty(value = "会员等级名称")
    private String memberName;
    @ApiModelProperty(value = "折扣类型(discount_type)")
    private String memberDiscountType;
    @ApiModelProperty(value = "会员折扣")
    private BigDecimal memberDiscountRatio;
    @ApiModelProperty(value = "优惠金额(每扎)")
    private BigDecimal memberDiscountAmount;
}