mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
fix #I9J6WS 增加加签逻辑
This commit is contained in:
16
OpenAuth.App/FlowApproverApp/Request/QueryApproverReq.cs
Normal file
16
OpenAuth.App/FlowApproverApp/Request/QueryApproverReq.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class QueryApproverReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取或设置流程实例ID
|
||||
/// </summary>
|
||||
public string FlowInstanceId { get;set; }
|
||||
|
||||
/// <summary>
|
||||
/// 节点Id
|
||||
/// </summary>
|
||||
public string ActivityId{ get;set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user