This commit is contained in:
sunkaixuan
2017-05-29 21:24:27 +08:00
parent bd3bcc0e1b
commit aab31c4af2
3 changed files with 44 additions and 11 deletions

View File

@@ -34,10 +34,10 @@ namespace OrmTest
//new SqlSugarPerformance(100).Select();
/***Demo***/
OrmTest.Demo.Query.Init();
OrmTest.Demo.Insert.Init();
OrmTest.Demo.Delete.Init();
OrmTest.Demo.Update.Init();
//OrmTest.Demo.Query.Init();
//OrmTest.Demo.Insert.Init();
//OrmTest.Demo.Delete.Init();
//OrmTest.Demo.Update.Init();
OrmTest.Demo.DbFirst.Init();
}
}