mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
主从表以ParentId为准,而不是DetailTable
This commit is contained in:
@@ -34,14 +34,12 @@ namespace OpenAuth.App.Request
|
||||
/// 表描述、中文名称
|
||||
/// </summary>
|
||||
public string Comment { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 子表英文全称
|
||||
/// 父表ID
|
||||
/// </summary>
|
||||
public string DetailTableName { get; set; }
|
||||
/// <summary>
|
||||
/// 子表描述、中文名称
|
||||
/// </summary>
|
||||
public string DetailComment { get; set; }
|
||||
public string ParentTableId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 实体类名称
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user