新版仿ok交易所-后端
1
zyy
2025-10-21 bb020bc9f8c6edca7125229e10d1ea279726fc8c
trading-order-bean/src/main/java/com/yami/trading/bean/model/Wallet.java
@@ -39,6 +39,11 @@
    */
   private BigDecimal freezeMoney =new BigDecimal(0);
   /**
    * 待补金额
    */
   private BigDecimal amountToBeCovered =new BigDecimal(0);
   @Version
   private  int version;