From 3ea894165b42672d0a9d93341e84fbc9f24f5294 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 03 Mar 2021 11:39:36 +0800
Subject: [PATCH] 20210321  利润率后台修改,推荐上首页后台设置

---
 src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java b/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java
index dafa9b5..2c4fb28 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java
@@ -42,6 +42,12 @@
     public static final Integer IS_ALL_Y = 1;
     public static final Integer IS_ALL_N = 2;
     /**
+     * 设置成首页
+     */
+    private Integer isSetFrist;
+    public static final Integer IS_SETFRIST_Y = 1;
+    public static final Integer IS_SETFRIST_N = 0;
+    /**
      * 利润
      */
     private BigDecimal profitRatio;

--
Gitblit v1.9.1