mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-31 21:53:24 +08:00
增加撤销与启动,详见:#I3ILBG
调整工程结构,采用模块化机制
This commit is contained in:
14
OpenAuth.App/FlowInstance/Request/StartFlowInstanceReq.cs
Normal file
14
OpenAuth.App/FlowInstance/Request/StartFlowInstanceReq.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
/// <summary>
|
||||
/// 启动流程
|
||||
/// </summary>
|
||||
public class StartFlowInstanceReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 启动流程的实例Id
|
||||
/// </summary>
|
||||
public string FlowInstanceId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user