Helius
2021-05-25 2d398a2bbd4a210ffd885f0b0b0a0f99edd84707
src/main/java/com/xcong/excoin/modules/documentary/service/FollowOrderOperationService.java
@@ -3,6 +3,8 @@
import com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity;
import java.math.BigDecimal;
/**
 * @author helius
 */
@@ -23,4 +25,6 @@
     * @param newOrderId 交易员平仓后历史ID
     */
    public void closingFollowOrders(String orderNo);
    public void changeFollowOrdersBond(Long id, BigDecimal bond, Integer type);
}