mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
-
This commit is contained in:
14
Src/Asp.Net/PerformanceTest/Common/OrmType.cs
Normal file
14
Src/Asp.Net/PerformanceTest/Common/OrmType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PerformanceTest
|
||||
{
|
||||
public enum OrmType
|
||||
{
|
||||
SqlSugar,
|
||||
Dapper
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user