mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
7 lines
143 B
C#
7 lines
143 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
public class QueryFrmLeaveReqListReq : PageReq
|
|
{
|
|
//todo:添加自己的请求字段
|
|
}
|
|
} |