mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
增加撤销与启动,详见:#I3ILBG
调整工程结构,采用模块化机制
This commit is contained in:
11
OpenAuth.App/Resources/Request/QueryResourcesReq.cs
Normal file
11
OpenAuth.App/Resources/Request/QueryResourcesReq.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class QueryResourcesReq : PageReq
|
||||
{
|
||||
/// <summary>
|
||||
/// TypeID
|
||||
/// </summary>
|
||||
public string appId { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user