mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
增加分组
This commit is contained in:
@@ -58,6 +58,9 @@ namespace OpenAuth.App.Request
|
||||
/// </summary>
|
||||
public bool Disable { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 分组字段,通常用于主从表结构打印时
|
||||
/// </summary>
|
||||
public string GroupBy { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user