This commit is contained in:
sunkaixuan 2017-05-12 16:16:17 +08:00
parent f60932722b
commit 7eb1ad363d

View File

@ -25,7 +25,8 @@ namespace OrmTest
//new SingleQuery(1).Init(); //new SingleQuery(1).Init();
//new SelectQuery(1).Init(); //new SelectQuery(1).Init();
//new AutoClose(1).Init(); //new AutoClose(1).Init();
new Insert(1).Init(); //new Insert(1).Init();
new Delete(1).Init();
//Performance Test //Performance Test
//new SqlSugarPerformance(100).Select(); //new SqlSugarPerformance(100).Select();
} }