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