mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-30 21:56:37 +08:00
完成模板模块动态支持命名空间
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user