修改DEMO

This commit is contained in:
sunkaixuan
2023-11-06 12:27:09 +08:00
parent fc784b3a71
commit aee611b8a8
4 changed files with 115 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ namespace OrmTest
_2_DbFirst.Init();
_3_EasyQuery.Init();
_4_JoinQuery.Init();
_5_PageQuery.Init();
Console.ReadKey();
}
}