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/dto/FollowTraderProfitInfoDto.java | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dto/FollowTraderProfitInfoDto.java b/src/main/java/com/xcong/excoin/modules/documentary/dto/FollowTraderProfitInfoDto.java
index 4790c50..fc78a6b 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dto/FollowTraderProfitInfoDto.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dto/FollowTraderProfitInfoDto.java
@@ -22,4 +22,23 @@
@ApiModelProperty(value = "1:首页", example = "1")
private int type;
+ @ApiModelProperty(value = "昵称", example = "哈哈")
+ private String nickname;
+
+ /**
+ * 累计收益率排序(1正序 2倒序)
+ */
+ @ApiModelProperty(value = "累计收益率排序(0不参与 1正序 2倒序)", example = "1")
+ private int totalProfitRatioSc;
+ /**
+ * 胜率排序(1正序 2倒序)
+ */
+ @ApiModelProperty(value = "胜率排序(0不参与 1正序 2倒序)", example = "1")
+ private int winRateSc;
+ /**
+ * 累计跟随人数排序(1正序 2倒序)
+ */
+ @ApiModelProperty(value = "累计跟随人数排序(0不参与 1正序 2倒序)", example = "1")
+ private int totalFollowerCntSc;
+
}
--
Gitblit v1.9.1