mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-15 20:49:35 +08:00
12 lines
203 B
C#
12 lines
203 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryResourcesReq : PageReq
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// TypeID
|
|||
|
/// </summary>
|
|||
|
public string TypeId { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|