gao
2020-05-28 cc9d558c8cda42d53be7b4545d2f33db26edf777
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());
    }
}