Helius
2021-01-26 1a5c7cee38f3db0f3ce3bdb9ffe9bc440fbfa3cb
src/main/java/com/xcong/excoin/modules/contract/service/RabbitOrderService.java
@@ -1,6 +1,7 @@
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;
@@ -13,4 +14,6 @@
    public void cancelHoldOrder(List<Long> ids);
    public void entrustCloseOrder(List<OrderModel> list);
    public void wholeBombOrder(List<OrderModel> list);
}