From 5a66f173ed620aa0508f113f099f90798f88ecd6 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 20 Aug 2020 12:34:14 +0800 Subject: [PATCH] 20200820 --- src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java | 2 ++ 1 files changed, 2 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 b415cc1..dafa9b5 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 @@ -79,6 +79,8 @@ private double walletCoinNum; @TableField(exist = false) private double agentNum; + @TableField(exist = false) + private String isok; } -- Gitblit v1.9.1