| | |
| | | private BigDecimal approveRefundTotal = BigDecimal.ZERO; |
| | | /** 可退总积分(用于系统返回参数计算)*/ |
| | | private BigDecimal approveRefundIntegral = BigDecimal.ZERO; |
| | | /**分配可退金额*/ |
| | | private List<OrderPayMethodDto> refundPayMethodList; |
| | | |
| | | /** 平摊积分(用于系统返回参数计算)*/ |
| | | private BigDecimal averageIntegral = BigDecimal.ZERO; |
| | |
| | | private BigDecimal approveRefundTotal = BigDecimal.ZERO; |
| | | /** 可退总积分(用于系统返回参数计算)*/ |
| | | private BigDecimal approveRefundIntegral = BigDecimal.ZERO; |
| | | /**分配可退金额*/ |
| | | private List<OrderPayMethodDto> refundPayMethodList; |
| | | |
| | | /** 平摊积分(用于系统返回参数计算)*/ |
| | | private BigDecimal averageIntegral = BigDecimal.ZERO; |