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,14 @@ * 批次号 队列平仓时使用,避免重复 */ public String batchNo; /** * 持仓费 */ private BigDecimal holdAmount; /** * 合约类型 1-普通合约 2-跟单合约 */ private Integer contractType; }