Helius
2021-01-26 1a5c7cee38f3db0f3ce3bdb9ffe9bc440fbfa3cb
src/main/java/com/xcong/excoin/modules/contract/service/RabbitOrderService.java
@@ -1,6 +1,9 @@
package com.xcong.excoin.modules.contract.service;
import com.xcong.excoin.modules.member.entity.MemberEntity;
import com.xcong.excoin.rabbit.pricequeue.OrderModel;
import java.util.List;
/**
@@ -9,4 +12,8 @@
public interface RabbitOrderService {
    public void cancelHoldOrder(List<Long> ids);
    public void entrustCloseOrder(List<OrderModel> list);
    public void wholeBombOrder(List<OrderModel> list);
}