mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
fix #IBRS0G 流程详情及审批界面需要统一
This commit is contained in:
17
OpenAuth.App/FlowInstance/Request/UndoVerificationReq.cs
Normal file
17
OpenAuth.App/FlowInstance/Request/UndoVerificationReq.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
public class UndoVerificationReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 流程实例ID
|
||||
/// </summary>
|
||||
public string FlowInstanceId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 撤销的节点ID
|
||||
/// </summary>
|
||||
public string NodeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 撤销说明
|
||||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
}
|
Reference in New Issue
Block a user