From 00c597948cf3e3360b42a747b9bccf60bee4763a Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 19 May 2022 22:31:21 +0800 Subject: [PATCH] fix goods add and goodsUPdate --- src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java b/src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java index 2584c2f..e365f12 100644 --- a/src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java +++ b/src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java @@ -31,7 +31,10 @@ @ApiModelProperty(value = "金额") private BigDecimal amount; - @ApiModelProperty(value = "数量") + @ApiModelProperty(value = "订单数量") + private Integer orderCnt; + + @ApiModelProperty(value = "团队数量") private Integer cnt; @ApiModelProperty(value = "注册时间") @@ -41,4 +44,7 @@ @ApiModelProperty(value = "是否当前用户 1-是") private Integer isCurrent; + @ApiModelProperty(value = "竞猜积分") + private BigDecimal prizeScore; + } -- Gitblit v1.9.1