新版仿ok交易所-后端
1
zyy
2025-09-20 9f56e13daf9e17e0c2ad9e14472e6c714b429b0d
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;