代码生成加上外部数据源支持

This commit is contained in:
yubaolee
2025-03-17 13:52:49 +08:00
parent 44d5b286aa
commit 093be9500e
6 changed files with 155 additions and 128 deletions

View File

@@ -157,5 +157,11 @@ namespace OpenAuth.Repository.Domain
/// </summary>
[Description("主表ID如果为空表示为主表")]
public string ParentTableId { get; set; }
/// <summary>
/// 外部数据源ID
/// </summary>
[Description("外部数据源ID")]
public string ExternalDataSourceId { get; set; }
}
}