namespace OpenAuth.App.Request { public class QueryDynamicListReq: PageReq { /// /// 表名 /// public string TableName { get; set; } } }