fwq
2024-05-17 e907afae6e26219d9b063c9d03c293785b09f3ee
phis-feign/src/main/java/com/hz/his/dto/order/OrderRefundDto.java
@@ -1,7 +1,5 @@
package com.hz.his.dto.order;
import com.gitee.sunchenbin.mybatis.actable.annotation.Column;
import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant;
import lombok.Data;
import java.math.BigDecimal;
@@ -50,6 +48,16 @@
    private BigDecimal refundTotal;
    /** 选择退款总金额(额外数据),parameterVerification方法校验的时候赋值  */
    private BigDecimal refundIntegral;
    /** 可退款被积分抵扣的现金数量,parameterVerification方法校验的时候赋值  */
    private BigDecimal totalDeductAmount;
    /** 可退款抵扣现金的积分数量,parameterVerification方法校验的时候赋值  */
    private BigDecimal totalDeductIntegral;
    /** 填写的退款被积分抵扣的现金数量,parameterVerification方法校验的时候赋值  */
    private BigDecimal refundDeductAmount;
    /** 填写的退款抵扣现金的积分数量,parameterVerification方法校验的时候赋值  */
    private BigDecimal refundDeductIntegral;
    /** 可退款方式集合 */
    private List<OrderPayMethodDto> payMethodList;
    /** 可退款优惠券信息集合 */
@@ -61,6 +69,9 @@
    /** 是否第三方退款(0否1是) */
    private Integer isThirdPartyRefund = 1;
    /**必填:退费统计类型(RefundRecord)*/
    private String refundStatistics;
    /**备用参数*/
    //总订单领建标识
    private String hisOrderId;