From 2464548977f4720bc8fceeb5d999c1a3852c2d10 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 21 四月 2022 19:38:30 +0800
Subject: [PATCH] 签到与任务

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
index d8ef79a..31a6a49 100644
--- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
+++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
@@ -1,7 +1,9 @@
 package com.yeshi.makemoney.app.service.inter.money;
 
 import com.ks.lib.common.exception.ParamsException;
+import com.yeshi.makemoney.app.dto.money.ExtractConfig;
 import com.yeshi.makemoney.app.dto.mq.ExtractTransferResultMQMsg;
+import com.yeshi.makemoney.app.entity.SystemEnum;
 import com.yeshi.makemoney.app.entity.money.Extract;
 import com.yeshi.makemoney.app.exception.money.ExtractException;
 import com.yeshi.makemoney.app.exception.money.UserMoneyBalanceException;
@@ -104,4 +106,23 @@
     public boolean canExtractLittleMoney(Long uid, int maxNewerCount, Date date);
 
 
+    /**
+     * @return java.math.BigDecimal
+     * @author hxh
+     * @description 姝e湪鎻愮幇涓殑閲戦
+     * @date 17:51 2022/4/20
+     * @param: uid
+     **/
+    public BigDecimal getExtractingMoney(Long uid);
+
+    /**
+     * @return com.yeshi.makemoney.app.dto.money.ExtractConfig
+     * @author hxh
+     * @description 鑾峰彇鎻愮幇閰嶇疆
+     * @date 17:57 2022/4/20
+     * @param: system
+     **/
+    public ExtractConfig getExtractConfig(SystemEnum system);
+
+
 }

--
Gitblit v1.8.0