This commit is contained in:
sunkaixuan
2023-11-11 13:49:00 +08:00
parent 899b1f65a8
commit 67b52a7096
18 changed files with 1044 additions and 3 deletions

View File

@@ -22,7 +22,12 @@ namespace OrmTest
_9_Update.Init();
_a1_Delete.Init();
_a2_Sql.Init();
_a3_Merge.Init();
_a3_Merge.Init();
_a4_SplitTable.Init();
_a5_GridSave.Init();
_a6_SqlPage.Init();
_a7_JsonType.Init();
_a8_SelectReturnType.Init();
}
}