xiaoyong931011
2022-12-01 4cccc1468d1546f49376deb130815248a11863cc
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;
}