Helius
2021-05-20 f8034d74a80c0ccc989bd79dc864dbf7cb02d03c
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);