mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
增加撤销与启动,详见:#I3ILBG
调整工程结构,采用模块化机制
This commit is contained in:
18
OpenAuth.App/FlowInstance/Request/RecallFlowInstanceReq.cs
Normal file
18
OpenAuth.App/FlowInstance/Request/RecallFlowInstanceReq.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
/// <summary>
|
||||
/// 召回、撤销流程
|
||||
/// </summary>
|
||||
public class RecallFlowInstanceReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 召回、撤销的流程实例ID
|
||||
/// </summary>
|
||||
public string FlowInstanceId { get; set; }
|
||||
/// <summary>
|
||||
/// 撤回备注
|
||||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user