xiaoyong931011
2021-03-29 7b1e6c513da5799fd1e6ed478af785ee8c6b0589
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);
}