xiaoyong931011
2023-08-18 69d96e4ad5b849cb4ebe2d18805f751d9c7035ca
src/main/java/cc/mrbird/febs/dapp/vo/DappMemberInfoVo.java
@@ -37,4 +37,12 @@
    @ApiModelProperty(value = "待支付角标")
    private Integer waitPayCnt;
    //商品名称
    @ApiModelProperty(value = "已完成角标")
    private Integer payCnt;
    //商品名称
    @ApiModelProperty(value = "已取消角标")
    private Integer cancelCnt;
}