mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
d9df7d1564
commit
d901d6d60b
@ -15,7 +15,7 @@ namespace PerformanceTest
|
||||
/// <param name="args"></param>
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var type = DemoType.GetById;
|
||||
var type = DemoType.GetAll;
|
||||
var ormType = OrmType.Dapper;
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user