|
@@ -39,6 +39,12 @@ public class WorkflowStepDto
|
|
|
|
|
|
public EWorkflowStepStatus Status { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 被指派办理对象(依据不同指派方式可能为:orgCode或userId),该字段subStep才会存在,stepBox不存在
|
|
|
+ /// 采用list类型,兼容多个办理对象可以办理同一个节点的场景
|
|
|
+ /// </summary>
|
|
|
+ public List<IdName> Handlers { get; set; } = new();
|
|
|
+
|
|
|
#region 办理参数
|
|
|
|
|
|
/// <summary>
|