mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
3f96bf2048
commit
c34232ab43
@ -15,9 +15,9 @@ namespace PerformanceTest
|
|||||||
/// <param name="args"></param>
|
/// <param name="args"></param>
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
//new TestGetAll().Init();
|
//new TestGetAll().Init(OrmType.SqlSugar);
|
||||||
//new TestGetById().Init();
|
new TestGetById().Init(OrmType.SqlSugar);
|
||||||
new TestSql().Init(OrmType.SqlSugar);
|
//new TestSql().Init(OrmType.SqlSugar);
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user