| | |
| | | private String remarks; |
| | | /** 退款原因(用户) */ |
| | | private String refundReason; |
| | | /** Y-自动作废划扣 0否1是(整单退的时候用到)*/ |
| | | private Integer deductionCancel = 0; |
| | | |
| | | /** 操作人员工标识*/ |
| | | private String operatorId; |
| | |
| | | //////系统参数 |
| | | /** 可退款总金额(额外数据),parameterVerification方法校验的时候赋值 */ |
| | | private BigDecimal totalAmount; |
| | | /** 可退款总积分(额外数据),parameterVerification方法校验的时候赋值 */ |
| | | private BigDecimal totalIntegral; |
| | | /** 选择退款总金额(额外数据),parameterVerification方法校验的时候赋值 */ |
| | | private BigDecimal refundTotal; |
| | | /** 选择退款总金额(额外数据),parameterVerification方法校验的时候赋值 */ |
| | | private BigDecimal refundIntegral; |
| | | /** 可退款方式集合 */ |
| | | private List<OrderPayMethodDto> payMethodList; |
| | | /** 可退款优惠券信息集合 */ |