mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-10 23:58:02 +08:00
8 lines
150 B
C#
8 lines
150 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryFlowInstanceListReq : PageReq
|
|||
|
{
|
|||
|
public string type { get; set; }
|
|||
|
}
|
|||
|
}
|