From eb2eda98462880cd6b58b7e4c78d97d992fe0c64 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期二, 23 四月 2024 16:10:00 +0800
Subject: [PATCH] 1.修改dto

---
 phis-feign/src/main/java/com/hz/his/dto/order/OrderPayMethodDto.java |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/dto/order/OrderPayMethodDto.java b/phis-feign/src/main/java/com/hz/his/dto/order/OrderPayMethodDto.java
index 76c3f2c..cca17dc 100644
--- a/phis-feign/src/main/java/com/hz/his/dto/order/OrderPayMethodDto.java
+++ b/phis-feign/src/main/java/com/hz/his/dto/order/OrderPayMethodDto.java
@@ -24,10 +24,8 @@
 
     /** 鎶垫墸绫诲瀷 */
     private String deductionType;
-    /** 鎶垫墸閲戦 */
-    private BigDecimal deductionMoney;
-    /** 鍓╀綑鎶垫墸閲戦 */
-    private BigDecimal surplusDeductionTotal;
+    /** 鎶垫墸閫�娆炬�诲��(绉垎) */
+    private BigDecimal refundDeductionTotal;
 
     /** 杞崲鏂瑰紡缂栫爜 锛堝疄闄呴��娆炬柟寮忕紪鐮侊級 */
     private String refundNumberNo;
@@ -43,24 +41,22 @@
     public OrderPayMethodDto() {
     }
 
-    public OrderPayMethodDto(String payMethodNo, String payMethodName, BigDecimal payTotal,Integer isMoneyPay,Integer isExecute) {
-        this.payMethodNo = payMethodNo;
-        this.payMethodName = payMethodName;
-        this.payTotal = payTotal;
-        this.isMoneyPay = isMoneyPay;
-        this.isExecute = isExecute;
-    }
+//    public OrderPayMethodDto(String payMethodNo, String payMethodName, BigDecimal payTotal,Integer isMoneyPay,Integer isExecute) {
+//        this.payMethodNo = payMethodNo;
+//        this.payMethodName = payMethodName;
+//        this.payTotal = payTotal;
+//        this.isMoneyPay = isMoneyPay;
+//        this.isExecute = isExecute;
+//    }
 
-    public OrderPayMethodDto(String payMethodNo, String payMethodName, BigDecimal payTotal, Integer isMoneyPay,
-                             Integer isExecute, String deductionType, BigDecimal deductionMoney,
-                             BigDecimal surplusDeductionTotal) {
+    public OrderPayMethodDto(String payMethodNo, String payMethodName, BigDecimal payTotal
+            , Integer isMoneyPay, Integer isExecute, String deductionType, BigDecimal refundDeductionTotal) {
         this.payMethodNo = payMethodNo;
         this.payMethodName = payMethodName;
         this.payTotal = payTotal;
         this.isMoneyPay = isMoneyPay;
         this.isExecute = isExecute;
         this.deductionType = deductionType;
-        this.deductionMoney = deductionMoney;
-        this.surplusDeductionTotal = surplusDeductionTotal;
+        this.refundDeductionTotal = refundDeductionTotal;
     }
 }

--
Gitblit v1.8.0