xiaoyong931011
2021-05-25 0830a387f0c28c2d448714ad184fd0c17bf27ea9
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);
}