From 2f8f4085cd854cdfc7d3a692c3f77138584141e1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 16 Jun 2021 10:33:41 +0800 Subject: [PATCH] 20210615 期货交易记录 --- 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