xiaoyong931011
2021-03-04 16f6d4eedb8e2174f0959d7735a24d6c53d7b6e8
src/main/java/com/xcong/excoin/modules/contract/service/RabbitOrderService.java
@@ -1,6 +1,10 @@
package com.xcong.excoin.modules.contract.service;
import com.xcong.excoin.modules.member.entity.MemberEntity;
import com.xcong.excoin.rabbit.pricequeue.OrderModel;
import com.xcong.excoin.rabbit.pricequeue.whole.WholePriceDataModel;
import java.util.List;
/**
@@ -9,4 +13,10 @@
public interface RabbitOrderService {
    public void cancelHoldOrder(List<Long> ids);
    public void entrustCloseOrder(List<OrderModel> list);
    public void wholeBombOrder(List<OrderModel> list);
    public void wholeBombOrder(WholePriceDataModel wholePriceData);
}