From 0830a387f0c28c2d448714ad184fd0c17bf27ea9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 25 May 2021 10:30:50 +0800
Subject: [PATCH] 20210525 回款

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

diff --git a/src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java b/src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
index 599e0d9..24077e8 100644
--- a/src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
+++ b/src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
@@ -33,4 +33,8 @@
     OtcOrderEntity otcOrderInfo(long id);
 
     FebsResponse updateOrderInfo(OtcOrderEntity otcOrderEntity);
+
+    OtcMarketBussinessEntity otcHuiKuan(long id);
+
+    FebsResponse otcHuiKuan(OtcMarketBussinessEntity otcMarketBussinessEntity);
 }

--
Gitblit v1.9.1