Administrator
2025-12-24 fae2bc53d7baca6350ee457e623030ef9f2e2f37
src/main/java/com/xcong/excoin/modules/contract/entity/ContractHoldOrderEntity.java
@@ -58,7 +58,7 @@
    /**
     * 仓位类型 1-逐仓 2-全仓
     */
    private int potionType;
    private int positionType;
    /**
     * 交易类型 1-市价 2-限价
@@ -146,4 +146,9 @@
     * 批次号 队列平仓时使用,避免重复
     */
    public String batchNo;
    /**
     * 持仓费
     */
    private BigDecimal holdAmount;
}