Support enum

This commit is contained in:
sunkaixuan
2017-07-15 19:31:49 +08:00
parent eef317a3b7
commit b9c1567cc7
17 changed files with 39 additions and 59 deletions

View File

@@ -31,7 +31,7 @@ namespace OrmTest
new Update(1).Init();
new Mapping(1).Init();
new DataTest(1).Init();
new EnumTest(1).Init();
/***Performance Test***/
new SqlSugarPerformance(100).Select();