From 4f95e1fddf7468af9bc7d5409f7e2b80d5325182 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Aug 2020 18:38:54 +0800
Subject: [PATCH] 20200830
---
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