This commit is contained in:
610262374@qq.com
2018-11-09 18:09:06 +08:00
parent 4349eca877
commit 5cede98855
3 changed files with 75 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ namespace OrmTest
{
static void Main(string[] args)
{
// /***Unit Test***/
new Select(1).Init();
new Field(1).Init();
@@ -53,6 +54,9 @@ namespace OrmTest
Demo.AttributeDemo.Init();
Demo.Mapper.Init();
Demo.ExtEntity.Init();
/***BUG repair test***/
//new BugTest.Bug1().Init();
}
}
}