mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
7 lines
144 B
C#
7 lines
144 B
C#
|
|
namespace OpenAuth.App.Request
|
|||
|
|
{
|
|||
|
|
public class QueryBuilderTableListReq : PageReq
|
|||
|
|
{
|
|||
|
|
//todo:添加自己的请求字段
|
|||
|
|
}
|
|||
|
|
}
|