mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update demo
This commit is contained in:
@@ -19,7 +19,7 @@ namespace PerformanceTest
|
||||
InitData();
|
||||
|
||||
var type = DemoType.Insert;
|
||||
var ormType = OrmType.SqlSugar;
|
||||
var ormType = OrmType.EF;
|
||||
switch (type)
|
||||
{
|
||||
case DemoType.GetAll:
|
||||
|
Reference in New Issue
Block a user