增加分组

This commit is contained in:
wintel
2023-09-20 22:23:35 +08:00
parent 396525b266
commit b1400d8f89
3 changed files with 13 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ namespace OpenAuth.App.Request
/// </summary>
public bool Disable { get; set; }
/// <summary>
/// 分组字段,通常用于主从表结构打印时
/// </summary>
public string GroupBy { get; set; }
}
}