mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
-
This commit is contained in:
parent
551057c3db
commit
1e5bb2922e
@ -16,8 +16,8 @@ namespace PerformanceTest
|
||||
static void Main(string[] args)
|
||||
{
|
||||
//new TestGetAll().Init(OrmType.SqlSugar);
|
||||
new TestGetById().Init(OrmType.SqlSugar);
|
||||
//new TestSql().Init(OrmType.SqlSugar);
|
||||
// new TestGetById().Init(OrmType.SqlSugar);
|
||||
new TestSql().Init(OrmType.SqlSugar);
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user