新版仿ok交易所-后端
zyy3
2025-09-27 b2e913d9ad3e2f33a350c68613fc0287fe327996
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;