Helius
2021-05-20 563980920c7085f38b65da11e62ae22a76e8a110
src/main/java/com/xcong/excoin/modules/otc/service/OtcOrderService.java
@@ -11,9 +11,9 @@
public interface OtcOrderService extends IService<OtcOrder> {
    void buyOrder(OtcOrderAddDto orderAddDto);
    Result buyOrder(OtcOrderAddDto orderAddDto);
    void saleOrder(OtcOrderAddDto orderAddDto);
    Result saleOrder(OtcOrderAddDto orderAddDto);
    IPage<OrderListVo> findOrderListInPage(OrderListDto orderListDto);