Update Demo

This commit is contained in:
sunkaixuan
2017-09-29 10:56:37 +08:00
parent 070315c1e5
commit 8df102e19a
4 changed files with 12 additions and 7 deletions

View File

@@ -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: