From e94e6721a4aeb8c21e97878239ec3429fc76d1ad Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 08 May 2023 14:23:45 +0800
Subject: [PATCH] 创建订单之前的判断修改

---
 src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java b/src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java
index 49dd2d8..3323b3b 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java
@@ -6,7 +6,7 @@
 /**
  *
  *
- * {"minCashOut":100,"allCashOut":5000,"serviceFee":0.3,"workingDays":1}
+ * {"minCashOut":100,"allCashOut":5000,"serviceFee":0.3,"workingDays":1,"insideFee":5}
  *
  *
  */
@@ -20,4 +20,6 @@
     private BigDecimal serviceFee;
     //提现时间 1:工作日 2:每一天
     private Integer workingDays;
+    //互转手续费率
+    private Integer insideFee;
 }

--
Gitblit v1.9.1