feat:完成点赞功能
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user