From 28421da72919df14c782c65ff4f310e4680358c9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 27 May 2020 19:13:15 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin.git

---
 src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
index bc04524..df45836 100644
--- a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
+++ b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
@@ -1,5 +1,7 @@
 package com.xcong.excoin;
 
+import com.xcong.excoin.common.enumerates.CoinTypeEnum;
+import com.xcong.excoin.common.enumerates.SymbolEnum;
 import com.xcong.excoin.modules.test.dao.TestUserDao;
 import com.xcong.excoin.modules.test.entity.TestUserEntity;
 import com.xcong.excoin.modules.test.service.TestUserService;
@@ -46,5 +48,10 @@
 
     }
 
+    @Test
+    public void enumTest() {
+        System.out.println(SymbolEnum.BCH.getValue());
+    }
+
 
 }

--
Gitblit v1.9.1