基于原有gooflow的改造

This commit is contained in:
yubao
2018-03-12 23:44:05 +08:00
parent 41b410ffce
commit d718c77759
49 changed files with 1786 additions and 3475 deletions

View File

@@ -0,0 +1,8 @@
namespace OpenAuth.App.Request
{
public class QueryFlowInstanceListReq : PageReq
{
public string type { get; set; }
public string userid { get; set; }
}
}