新版仿ok交易所-后端
zyy
2025-08-25 6e3ac72bb8da7d1622acf75c01b09caa341c2383
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;