OpenAuth.Net/OpenAuth.App/Request/QueryFlowInstanceListReq.cs

8 lines
150 B
C#
Raw Normal View History

2018-03-12 23:44:05 +08:00
namespace OpenAuth.App.Request
{
public class QueryFlowInstanceListReq : PageReq
{
public string type { get; set; }
}
}