Helius
2022-08-11 3154a08c8f114291b59ee44074d6af95026eba32
src/main/java/cc/mrbird/febs/dapp/entity/DappWalletCoinEntity.java
@@ -25,4 +25,9 @@
    @TableField(exist = false)
    private String address;
    /**
     * 盲盒数量
     */
    private Integer boxCnt;
}