mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
fix issue #I42IFB 获取Oracle结构异常
fix issue #I462OD JSON解析异常 增加主表ParentId,可以同时添加主、从表结构 可以动态控制复杂界面显示编辑权限,采用代码生成的表定义来控制
This commit is contained in:
@@ -138,5 +138,24 @@ namespace OpenAuth.Repository.Domain
|
||||
/// </summary>
|
||||
[Description("创建人姓名")]
|
||||
public string CreateUserName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否动态加载表头信息
|
||||
/// </summary>
|
||||
[Description("是否动态加载表头信息")]
|
||||
public bool IsDynamicHeader { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 字表外键
|
||||
/// </summary>
|
||||
[Description("字表外键")]
|
||||
public string ForeignKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 主表ID,如果为空表示为主表
|
||||
/// </summary>
|
||||
[Description("主表ID,如果为空表示为主表")]
|
||||
public string ParentTableId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user