KKSU
2024-06-13 391be926e4d98387ed92fa80b2b5a218264073d2
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;
}