新版仿ok交易所-后端
1
zj
2026-02-03 c7c4c4eec809cfd5e399edab50fae9bf68681585
trading-order-bean/src/main/java/com/yami/trading/bean/contract/domain/ContractApplyOrder.java
@@ -117,4 +117,9 @@
    * 下单金额
    */
   private BigDecimal money;
   /**
    * 仓位类型:0:逐仓 1:全仓
    */
   private Integer locationType = 1;
}