xiaoyong931011
2023-06-08 c28ec8b80eec2c4ccc5a8e7c8ef144e9fe3f05dd
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;
}