添加用户实体

This commit is contained in:
陈淳
2023-01-30 18:14:44 +08:00
parent 32b9611eb5
commit 5c5dfcac89
29 changed files with 760 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ namespace Yi.Framework.Template.ConstClasses
public const string NameSpaces = "#NameSpaces#";
public const string BuildRootPath = "../../../../../project/BBS";
public const string BuildEntityPath = "../../../../../project/BBS";
public const string BuildRootPath = "../../../../../project/rbac";
public const string BuildEntityPath = "../../../../../project/rbac";
}
}