From 15aca237e53c5eebf51c048e2f4e57741bbfec88 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 30 Sep 2021 11:30:54 +0800
Subject: [PATCH] 20210928
---
src/main/java/cc/mrbird/febs/mall/vo/TeamListVo.java | 5 ++++-
1 files changed, 4 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..b47daa9 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 = "注册时间")
--
Gitblit v1.9.1