新版仿ok交易所-后端
zyy
2025-08-26 4a6728778297e6e37d387957ed31e04cc9f95131
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;