xiaoyong931011
2022-10-29 e7c3f6bbcc4dd37bc931f40fb6eef475272117eb
src/main/java/cc/mrbird/febs/dapp/entity/DappWalletCoinEntity.java
@@ -27,12 +27,9 @@
    private String address;
    /**
     * usdt余额
     */
    private BigDecimal usdtAmount;
    /**
     * 盲盒数量
     */
    private Integer boxCnt;
    private String walletCode;
}