fix #I9J6WS 加签流程增加加签节点是否审批判断

This commit is contained in:
yubaolee
2024-09-29 21:39:24 +08:00
parent 55f3ee5b0a
commit 2ce95036ef
2 changed files with 7 additions and 0 deletions

View File

@@ -41,6 +41,12 @@ namespace OpenAuth.App.Request
///当前节点ID
/// </summary>
public string ActivityId { get; set; }
/// <summary>
///是否回到加签节点
/// <para>如果不需要,则加签完成后自动审批完成,否则还需要当前节点审批</para>
/// </summary>
public bool? ReturnToSignNode { get; set; }
public List<AddApproverDtlReq> Approvers { get; set; }
}