chenjiahe
2023-10-08 99213f3d390cd357f8acb679f0ec52af711b187e
phi_platform_common/src/main/java/com/hx/phip/vo/order/refund/RefundCarryVo.java
@@ -1,5 +1,7 @@
package com.hx.phip.vo.order.refund;
import com.gitee.sunchenbin.mybatis.actable.annotation.Column;
import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant;
import com.hx.phiappt.model.refund.RefundRecordConsumePay;
import com.hx.phiappt.model.refund.RefundRecordItemMethod;
import com.hx.phiappt.model.refund.RefundRecordMethod;
@@ -26,9 +28,17 @@
    private BigDecimal deductionTotal;
    /**分配的退款支付方式现金金额总和*/
    private BigDecimal cashTotal;
    /**退款现金总金额(元,不包含退到储值金的)*/
    private BigDecimal cashPurenessTotal;
    /**退款储值金总金额(元)"*/
    private BigDecimal rechargeTotal;
    /**退款增值金总金额(元)*/
    private BigDecimal incrementTotal;
    /**退款积分*/
    private BigDecimal integralTotal;
    /**退款总金额(元)*/
    private BigDecimal refundTotal;
    /**分配的用户项目划扣金额*/
    private BigDecimal deductionTotalUser;
}