From 3b4fa6022aa517be992026f921945bfc47925c1a Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 04 Mar 2021 18:15:50 +0800 Subject: [PATCH] 20210321 跟单最大人数修改 --- src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java | 5 +++++ 1 files changed, 5 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 2c4fb28..bc8bb17 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 @@ -64,6 +64,11 @@ private Integer isOpen; public static final Integer ISOPEN_Y = 1; public static final Integer ISOPEN_N = 2; + + /** + * 最大跟随人数 + */ + private Integer followNum; @TableField(exist = false) private String account; -- Gitblit v1.9.1