This commit is contained in:
sunkaixuan
2023-11-11 13:38:41 +08:00
parent fb7b345668
commit be80b15325
7 changed files with 343 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ namespace OrmTest
_a1_Delete.Init();
_a2_Sql.Init();
_a3_Merge.Init();
_a4_SplitTable.Init();
_a5_GridSave.Init();
_a6_SqlPage.Init();
_a7_JsonType.Init();
_a8_SelectReturnType.Init();
}
}