完成模板模块,但配置类有问题

This commit is contained in:
橙子
2023-01-21 22:40:10 +08:00
parent 1f702c20ae
commit e23e5a292d
70 changed files with 277 additions and 473 deletions

View File

@@ -33,6 +33,10 @@ namespace Yi.Framework.Template.ConstClasses
/// </summary>
public const string EntityField = "#EntityField#";
public const string BuildRootPath = "";
//public const string BuildRootPath = "../../../_Code";
public const string BuildRootPath = "../../../../../project";
public const string BuildEntityPath = "../../../../../project";
}
}