zainali5120
2020-10-25 b030eeff5a2cf97f25037be96e118a4c90bc2240
src/main/java/com/xcong/excoin/modules/contract/service/RabbitOrderService.java
@@ -1,6 +1,8 @@
package com.xcong.excoin.modules.contract.service;
import com.xcong.excoin.rabbit.pricequeue.OrderModel;
import java.util.List;
/**
@@ -9,4 +11,6 @@
public interface RabbitOrderService {
    public void cancelHoldOrder(List<Long> ids);
    public void entrustCloseOrder(List<OrderModel> list);
}