主从表以ParentId为准,而不是DetailTable

This commit is contained in:
yubaolee
2021-12-08 01:20:47 +08:00
parent 41c1596679
commit 69d0587c83
2 changed files with 7 additions and 25 deletions

View File

@@ -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>