KKSU
2024-05-13 ff8e73504ab40738ce1c90f6394bbd7b88260f5e
src/main/java/cc/mrbird/febs/dapp/vo/DappMemberInfoVo.java
@@ -37,4 +37,16 @@
    @ApiModelProperty(value = "待支付角标")
    private Integer waitPayCnt;
    //商品名称
    @ApiModelProperty(value = "已完成角标")
    private Integer payCnt;
    //商品名称
    @ApiModelProperty(value = "已取消角标")
    private Integer cancelCnt;
    //商品名称
    @ApiModelProperty(value = "我的共享业绩")
    private BigDecimal myShareAchieve;
}