mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 14:04:41 +08:00
11 lines
202 B
C#
11 lines
202 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
public class QueryDynamicListReq: PageReq
|
|
{
|
|
/// <summary>
|
|
/// 表名
|
|
/// </summary>
|
|
public string TableName { get; set; }
|
|
}
|
|
}
|