From 2f34848f649b7d29f7697f8fe13b5e93c543c19a Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Mon, 12 Jun 2023 22:01:26 +0800
Subject: [PATCH] 增加每日提现次数

---
 src/main/java/cc/mrbird/febs/mall/dto/CashOutSettingDto.java |    6 +++++-
 1 files changed, 5 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..bae5bab 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,8 @@
     private BigDecimal serviceFee;
     //提现时间 1:工作日 2:每一天
     private Integer workingDays;
+    //互转手续费率
+    private Integer insideFee;
+
+    private Integer dailyWithdrawlCnt;
 }

--
Gitblit v1.9.1