mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
-
This commit is contained in:
parent
f60932722b
commit
7eb1ad363d
@ -25,7 +25,8 @@ namespace OrmTest
|
||||
//new SingleQuery(1).Init();
|
||||
//new SelectQuery(1).Init();
|
||||
//new AutoClose(1).Init();
|
||||
new Insert(1).Init();
|
||||
//new Insert(1).Init();
|
||||
new Delete(1).Init();
|
||||
//Performance Test
|
||||
//new SqlSugarPerformance(100).Select();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user