|
@@ -9,13 +9,6 @@ public class WorkflowStep : StepBasicEntity
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true)]
|
|
|
public List<NextStep> NextSteps { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// 被指派办理对象(依据不同指派方式可能为:orgCode或userId),该字段subStep才会存在,stepBox不存在
|
|
|
- /// 采用list类型,兼容多个办理对象可以办理同一个节点的场景
|
|
|
- /// </summary>
|
|
|
- [SugarColumn(ColumnDataType = "json", IsJson = true)]
|
|
|
- public List<IdName> Handlers { get; set; } = new();
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 前一级节点Id(stepBox此字段为上级stepBoxId,step为上级stepId),汇总节点无此字段(因可能有多个上级来源)
|
|
|
/// </summary>
|