Helius
2021-04-06 e94d7f8203bc1a6f7e1d8d7585fbd8e9821160ee
src/main/java/com/xcong/excoin/modules/contract/service/RabbitOrderService.java
@@ -1,7 +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 com.xcong.excoin.rabbit.pricequeue.whole.WholePriceDataModel;
import java.util.List;
@@ -13,4 +15,8 @@
    public void cancelHoldOrder(List<Long> ids);
    public void entrustCloseOrder(List<OrderModel> list);
    public void wholeBombOrder(List<OrderModel> list);
    public void wholeBombOrder(WholePriceDataModel wholePriceData);
}