From 56f2721eb37bef55fb2f2f2243acb4e944a27cde Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 29 Oct 2020 15:47:10 +0800 Subject: [PATCH] modify --- 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