添加评论模块

This commit is contained in:
橙子
2023-01-26 11:25:04 +08:00
parent ac26df6827
commit 38d69c9e6f
12 changed files with 193 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ TemplateFactory templateFactory = new();
//List<string> entityNames = new() { "Banner" };
string modelName = "Forum";
string nameSpaces = "Yi.BBS";
List<string> entityNames = new() { "Plate" };
List<string> entityNames = new() { "Comment" };