From 43a51277c91dba52922379bdf8bf81622303ceaa Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 29 Nov 2021 10:36:14 +0800
Subject: [PATCH] 20211126  fish

---
 src/main/java/com/xcong/excoin/modules/fish/service/FishService.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/fish/service/FishService.java b/src/main/java/com/xcong/excoin/modules/fish/service/FishService.java
index 54855ed..c12b360 100644
--- a/src/main/java/com/xcong/excoin/modules/fish/service/FishService.java
+++ b/src/main/java/com/xcong/excoin/modules/fish/service/FishService.java
@@ -4,10 +4,12 @@
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.xcong.excoin.common.entity.FebsResponse;
 import com.xcong.excoin.common.entity.QueryRequest;
+import com.xcong.excoin.modules.fish.dto.MemberDto;
 import com.xcong.excoin.modules.fish.entity.CannonAccountMoneyChange;
 import com.xcong.excoin.modules.fish.entity.CannonExchangeRatio;
 import com.xcong.excoin.modules.fish.entity.CannonSetting;
 import com.xcong.excoin.modules.fish.vo.CannonAccountMoneyChangeVo;
+import com.xcong.excoin.modules.fish.vo.MemberVo;
 
 public interface FishService extends IService<CannonExchangeRatio> {
 
@@ -26,4 +28,6 @@
     FebsResponse exchangeRatioUpdate(CannonExchangeRatio cannonExchangeRatio);
 
     IPage<CannonAccountMoneyChangeVo> accountList(CannonAccountMoneyChange cannonAccountMoneyChange, QueryRequest request);
+
+    IPage<MemberVo> memberList(MemberDto memberDto, QueryRequest request);
 }

--
Gitblit v1.9.1