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