mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-09 23:28:02 +08:00
7 lines
149 B
C#
7 lines
149 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryDataPrivilegeRuleListReq : PageReq
|
|||
|
{
|
|||
|
//todo:添加自己的请求字段
|
|||
|
}
|
|||
|
}
|