完成字典、字典类型管理相关
This commit is contained in:
@@ -14,10 +14,13 @@ TemplateFactory templateFactory = new();
|
||||
//string modelName = "Exhibition";
|
||||
//string nameSpaces = "Yi.BBS";
|
||||
//List<string> entityNames = new() { "Banner" };
|
||||
string modelName = "Identity";
|
||||
//string modelName = "Identity";
|
||||
//string nameSpaces = "Yi.RBAC";
|
||||
//List<string> entityNames = new() { "_" };
|
||||
string modelName = "Dictionary";
|
||||
string nameSpaces = "Yi.RBAC";
|
||||
List<string> entityNames = new() { "_" };
|
||||
|
||||
List<string> entityNames = new() { "_", "_" };
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user