mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-10 23:58:02 +08:00
12 lines
202 B
C#
12 lines
202 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
public class QueryResourcesReq : PageReq
|
|
{
|
|
/// <summary>
|
|
/// TypeID
|
|
/// </summary>
|
|
public string appId { get; set; }
|
|
|
|
}
|
|
}
|