KKSU
2024-06-27 5b62e19c16973f9c2668ebdce39acf3caf5cbf18
src/main/java/cc/mrbird/febs/dapp/entity/DappWalletCoinEntity.java
@@ -27,12 +27,9 @@
    private String address;
    /**
     * usdt余额
     */
    private BigDecimal usdtAmount;
    /**
     * 盲盒数量
     */
    @TableField(exist = false)
    private Integer boxCnt;
}