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); }