This commit is contained in:
sunkaixuan
2017-09-21 14:36:05 +08:00
parent 146a83abdf
commit 05819eb304
4 changed files with 83 additions and 2 deletions

View 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
}
}