Add unit test

This commit is contained in:
sunkaixuan
2022-07-23 14:12:13 +08:00
parent e436e76d6f
commit 11d3540270
12 changed files with 468 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ namespace OrmTest
}
public static void Init()
{
UNavQuery01.Init();
UCustom012.Init();
Bulk();
CodeFirst();