Add unit test

This commit is contained in:
sunkaixuan
2022-05-20 19:26:16 +08:00
parent 4389ee561a
commit 2d2a1ac7c1
3 changed files with 40 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ namespace OrmTest
}
public static void Init()
{
UCustom02.Init();
UCustom01.Init();
DeleteTest();
CodeFirst();