完成模板模块动态支持命名空间

This commit is contained in:
橙子
2023-01-24 20:46:00 +08:00
parent 8a9c7e54e2
commit ec440f13b1
33 changed files with 63 additions and 263 deletions

View File

@@ -36,7 +36,9 @@ namespace Yi.Framework.Template.ConstClasses
//public const string BuildRootPath = "../../../_Code";
public const string BuildRootPath = "../../../../../project";
public const string BuildEntityPath = "../../../../../project";
public const string NameSpaces = "#NameSpaces#";
public const string BuildRootPath = "../../../../../project/bbs";
public const string BuildEntityPath = "../../../../../project/bbs";
}
}