This commit is contained in:
sunkaixuan
2017-09-21 15:09:39 +08:00
parent 7a262728bc
commit a010b6a8d2
3 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ namespace PerformanceTest
static void Main(string[] args)
{
//new TestGetAll().Init(OrmType.SqlSugar);
new TestGetById().Init(OrmType.SqlSugar);
new TestGetById().Init(OrmType.SqlSugar);
//new TestSql().Init(OrmType.SqlSugar);
Console.ReadKey();
}