This commit is contained in:
sunkaixuan
2017-05-17 15:49:58 +08:00
parent ee8a5aa787
commit 1ca4ae3306
2 changed files with 11 additions and 11 deletions

View File

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