From f0ab92438b752f1896d8c1cb71a186fd7824e2bc Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Wed, 03 Mar 2021 14:04:07 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java |    9 ++++++++-
 1 files changed, 8 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 a0ae41b..2dacc51 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
@@ -1,8 +1,10 @@
 package com.xcong.excoin.modules.documentary.vo;
 
 import java.math.BigDecimal;
+import java.util.List;
 
 import com.xcong.excoin.common.system.base.BaseEntity;
+import com.xcong.excoin.modules.documentary.entity.FollowTraderLabelEntity;
 
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -72,6 +74,11 @@
      */
 	@ApiModelProperty("宣言")
     private String declaration;
+	/**
+	 * 标签
+	 */
+	@ApiModelProperty("标签")
+	private List<FollowTraderLabelEntity> labels;
     /**
      * 是否满员 1-是2-否
      */
@@ -81,6 +88,6 @@
      * 跟单状态 1:已跟单2:未跟单
      */
 	@ApiModelProperty("跟单状态 1:已跟单2:未跟单")
-    private Integer documentaaryType;
+    private Integer documentaryType;
 
 }

--
Gitblit v1.9.1