feat:完成点赞功能

This commit is contained in:
橙子
2023-03-20 23:43:49 +08:00
parent b3b3ca3fe4
commit 2d31aeecd1
14 changed files with 238 additions and 11 deletions

View File

@@ -20,10 +20,12 @@ TemplateFactory templateFactory = new();
//string modelName = "Dictionary";
//string nameSpaces = "Yi.RBAC";
//List<string> entityNames = new() { "_", "_" };
string modelName = "Setting";
string nameSpaces = "Yi.RBAC";
List<string> entityNames = new() { "File" };
//string modelName = "Setting";
//string nameSpaces = "Yi.RBAC";
//List<string> entityNames = new() { "File" };
string modelName = "Exhibition";
string nameSpaces = "Yi.BBS";
List<string> entityNames = new() { "Agree" };
foreach (var entityName in entityNames)
{