mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +08:00
fix #IBRS0G 流程详情及审批界面需要统一
This commit is contained in:
parent
430ae8c377
commit
66e33c779c
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; }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user