From f3948fa31158c7b7dea3b038e01c43ce54c55a1c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 14 Apr 2021 11:09:57 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java |   23 ++++++++++++++++++++++-
 1 files changed, 22 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..e873176 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
@@ -48,6 +48,16 @@
      */
 	@ApiModelProperty("胜率")
     private BigDecimal winRate;
+	/**
+	 * 三十天胜率
+	 */
+	@ApiModelProperty("三十天胜率")
+	private BigDecimal thirtyProfitRatio;
+	/**
+	 * 三十天最大回撤率
+	 */
+	@ApiModelProperty("三十天最大回撤率")
+	private BigDecimal thirtyRatio;
     /**
      * 累计跟随人数
      */
@@ -82,8 +92,13 @@
     /**
      * 是否满员 1-是2-否
      */
-	@ApiModelProperty("是否满员 1-是2-否")
+	@ApiModelProperty("交易员是否设置满员 1-是2-否")
     private Integer isAll;
+	/**
+     * 是否满员 1-是2-否
+     */
+	@ApiModelProperty("实际是否满员 1-是2-否")
+    private Integer isActualAll;
     /**
      * 跟单状态 1:已跟单2:未跟单
      */
@@ -101,5 +116,11 @@
      */
 	@ApiModelProperty("当前跟单人数")
     private Integer followNumNow;
+	
+	/**
+     * 入驻天数(从审核通过开始计算)
+     */
+	@ApiModelProperty("入驻天数")
+    private Integer entryDays;
 
 }

--
Gitblit v1.9.1