mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
代码生成加上外部数据源支持
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user