xiaoyong931011
2023-08-17 56e94c9346b080b599a259917796b3e847ebfd73
src/main/java/cc/mrbird/febs/dapp/vo/DappMemberInfoVo.java
@@ -33,4 +33,16 @@
    @ApiModelProperty(value = "资产")
    private BigDecimal balance;
    //商品名称
    @ApiModelProperty(value = "待支付角标")
    private Integer waitPayCnt;
    //商品名称
    @ApiModelProperty(value = "已完成角标")
    private Integer payCnt;
    //商品名称
    @ApiModelProperty(value = "已取消角标")
    private Integer cancelCnt;
}