feat: 添加操作日志搭建

This commit is contained in:
陈淳
2023-02-21 19:37:48 +08:00
parent 24300e6e50
commit 6615229003
16 changed files with 377 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ TemplateFactory templateFactory = new();
//string modelName = "Dictionary";
//string nameSpaces = "Yi.RBAC";
//List<string> entityNames = new() { "_", "_" };
string modelName = "Setting";
string modelName = "Logs";
string nameSpaces = "Yi.RBAC";
List<string> entityNames = new() { "_" };