mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-30 04:45:56 +08:00
8 lines
143 B
C#
8 lines
143 B
C#
namespace OpenAuth.App.Request
|
|
{
|
|
public class QueryFlowInstanceListReq : PageReq
|
|
{
|
|
public string type { get; set; }
|
|
}
|
|
}
|