开始业务模块

This commit is contained in:
橙子
2023-01-25 17:48:48 +08:00
parent 80723496d0
commit 99787950a8
60 changed files with 773 additions and 60 deletions

View File

@@ -7,10 +7,20 @@ TemplateFactory templateFactory = new();
//选择需要生成的模板提供者
//string modelName = "GlobalSetting";
//string nameSpaces = "Yi.BBS";
//List<string> entityNames = new() { "Setting" };
//string modelName = "Exhibition";
//string nameSpaces = "Yi.BBS";
//List<string> entityNames = new() { "Banner" };
string modelName = "Forum";
string nameSpaces = "Yi.BBS";
List<string> entityNames = new() { "Plate" };
foreach (var entityName in entityNames)
{
templateFactory.CreateTemplateProviders((option) =>