Fix file path and namespace

This commit is contained in:
samisgod
2021-12-15 11:03:48 +08:00
committed by 不做码农
parent 44f0bf92a4
commit fd67f30c72
4 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ namespace ZR.CodeGenerator
/// </summary>
public string BaseNamespace { get; set; }
/// <summary>
/// 下级命名空间
/// </summary>
public string SubNamespace { get; set; }
/// <summary>
/// 数据实体命名空间
/// </summary>
public string ModelsNamespace { get; set; }