From 89d397b88a88004e73485a72ffb6e78c9e249b16 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sat, 20 Feb 2021 17:02:56 +0800
Subject: [PATCH] ERC20同步方式完善

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

diff --git a/src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java b/src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java
index d7bf632..3256044 100644
--- a/src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java
+++ b/src/main/java/com/xcong/excoin/modules/home/service/MemberQuickBuySaleService.java
@@ -15,7 +15,11 @@
 	
 	public Result selectById(Long id);
 	
+	public Result selectAll(String type);
+	
 	public Result cancelRecharge(Long id);
 	
 	public Result sell(MemberEntity member,MemberQuickBuySaleDto memberQuickBuySaleDto);
+	
+	public Result cancelSell(Long id);
 }

--
Gitblit v1.9.1