mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
基于原有gooflow的改造
This commit is contained in:
8
OpenAuth.App/Request/QueryFlowInstanceListReq.cs
Normal file
8
OpenAuth.App/Request/QueryFlowInstanceListReq.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class QueryFlowInstanceListReq : PageReq
|
||||
{
|
||||
public string type { get; set; }
|
||||
public string userid { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user