fix
Helius
2022-07-26 ecd3e29dd40060fc9fc73807740a868c397b8462
src/main/java/cc/mrbird/febs/dapp/entity/DappWalletCoinEntity.java
@@ -8,7 +8,7 @@
import java.math.BigDecimal;
/**
 * @author wzy
 * @author
 * @date 2022-03-17
 **/
@Data
@@ -25,4 +25,14 @@
    @TableField(exist = false)
    private String address;
    /**
     * usdt余额
     */
    private BigDecimal usdtAmount;
    /**
     * 盲盒数量
     */
    private Integer boxCnt;
}