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

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

@@ -83,5 +83,10 @@ namespace OpenAuth.App.Request
/// 子表外键
/// </summary>
public string ForeignKey { get; set; }
/// <summary>
/// 外部数据源ID
/// </summary>
public string ExternalDataSourceId { get; set; }
}
}