xiaoyong931011
2023-08-07 2eebadc490b460a3e97666ce33d46397e3fdfdd2
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;
}