mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-12 00:28:05 +08:00
10 lines
224 B
C#
10 lines
224 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryBuilderTableColumnListReq : PageReq
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 头表ID
|
|||
|
/// </summary>
|
|||
|
public string BuilderTableId { get; set; }
|
|||
|
}
|
|||
|
}
|