From 8aa47d90a9596c34def404a29b50eddc2dac756f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 25 Feb 2022 13:19:47 +0800
Subject: [PATCH] 20222223

---
 src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
index c5e5e96..e506fb8 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
@@ -7,6 +7,7 @@
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.xcong.excoin.common.response.Result;
 import com.xcong.excoin.modules.coin.parameter.dto.RecordsPageDto;
+import com.xcong.excoin.modules.coin.parameter.dto.ZhiyaRewardRecordsPageDto;
 import com.xcong.excoin.modules.member.entity.MemberWalletCoinEntity;
 import org.apache.ibatis.annotations.Param;
 
@@ -53,4 +54,8 @@
 	Result getZhiyaRecords(RecordsPageDto recordsPageDto);
 
 	Result getusdtToGusdRecords(RecordsPageDto recordsPageDto);
+
+	void grantZhiyaAmount();
+
+	Result getZhiyaReward(ZhiyaRewardRecordsPageDto recordsPageDto);
 }

--
Gitblit v1.9.1