This commit is contained in:
sunkaixuan
2018-10-16 08:49:59 +08:00
parent 0abccebf83
commit 91b86efbea
6 changed files with 50 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ namespace OrmTest
Demo.QueryableView.Init();
Demo.AttributeDemo.Init();
Demo.Mapper.Init();
Demo.ExtEntity.Init();
}
}
}