mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-15 20:49:35 +08:00
8 lines
143 B
C#
8 lines
143 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryFormListReq : PageReq
|
|||
|
{
|
|||
|
public string orgId { get; set; }
|
|||
|
}
|
|||
|
}
|