gongzuming
2024-09-09 ead65cd9b15cd574f4e37c3376c7447efea53935
src/main/java/com/mzl/flower/dto/response/payment/OrderItemListDTO.java
@@ -1,5 +1,6 @@
package com.mzl.flower.dto.response.payment;
import com.baomidou.mybatisplus.annotation.TableField;
import com.mzl.flower.base.AbstractTransDTO;
import com.mzl.flower.base.annotation.DictTrans;
import io.swagger.annotations.ApiModelProperty;
@@ -49,4 +50,12 @@
    @ApiModelProperty(value = "总金额")
    private BigDecimal total;
    @ApiModelProperty(value = "优惠券金额/扎")
    private BigDecimal couponAmount;
    @ApiModelProperty(value = "优惠前售价/扎")
    private BigDecimal originalPrice;
    @ApiModelProperty(value = "真实成交价格/每扎")
    private BigDecimal realPrice;
}