Add unit test

This commit is contained in:
sunkaixuan
2023-06-24 22:34:44 +08:00
parent 03b6c1d677
commit 75a1031c4b
3 changed files with 239 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ namespace OrmTest
}
public static void Init()
{
UnitManyToMany3.Init();
UnitUpdateOneToMany.Init();
UQueryableByObject.Init();
Unit23131.Init();