From 37f0bbe5f120e083469b293779bbea1e106b97c2 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 19 Nov 2020 16:55:13 +0800
Subject: [PATCH] modify
---
src/main/java/com/xcong/excoin/modules/coin/entity/TrcAddressEntity.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/coin/entity/TrcAddressEntity.java b/src/main/java/com/xcong/excoin/modules/coin/entity/TrcAddressEntity.java
index 326c230..563cbd5 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/entity/TrcAddressEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/entity/TrcAddressEntity.java
@@ -21,4 +21,6 @@
private int isUse;
private Long memberId;
+
+ private Integer systemFlag;
}
--
Gitblit v1.9.1