mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update Demo
This commit is contained in:
@@ -16,7 +16,7 @@ namespace PerformanceTest
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var type = DemoType.GetSql;
|
||||
var ormType = OrmType.SqlSugar;
|
||||
var ormType = OrmType.Dapper;
|
||||
switch (type)
|
||||
{
|
||||
case DemoType.GetAll:
|
||||
|
Reference in New Issue
Block a user