From 6941f2c4f33359d8746bc1388fb67e1995f96129 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 26 Mar 2021 17:46:24 +0800
Subject: [PATCH] Merge branch 'activity' of http://120.27.238.55:7000/r/exchange into activity
---
src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java b/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java
index 155c8fe..5a81616 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java
@@ -82,8 +82,13 @@
/**
* 是否满员 1-是2-否
*/
- @ApiModelProperty("是否满员 1-是2-否")
+ @ApiModelProperty("交易员是否设置满员 1-是2-否")
private Integer isAll;
+ /**
+ * 是否满员 1-是2-否
+ */
+ @ApiModelProperty("实际是否满员 1-是2-否")
+ private Integer isActualAll;
/**
* 跟单状态 1:已跟单2:未跟单
*/
@@ -101,5 +106,11 @@
*/
@ApiModelProperty("当前跟单人数")
private Integer followNumNow;
+
+ /**
+ * 入驻天数(从审核通过开始计算)
+ */
+ @ApiModelProperty("入驻天数")
+ private Integer entryDays;
}
--
Gitblit v1.9.1