|
@@ -30,39 +30,6 @@ public class NextStepsDto<TSteps> : NextStepsDto
|
|
|
public IReadOnlyList<TSteps> Steps { get; set; }
|
|
|
}
|
|
|
|
|
|
-public class NextStepOption : Kv
|
|
|
-{
|
|
|
- /// <summary>
|
|
|
- /// 是否回到会签发起节点汇总
|
|
|
- /// </summary>
|
|
|
- public bool BackToCountersignEnd { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 是否需要填写真实办理人信息
|
|
|
- /// </summary>
|
|
|
- public bool InputRealHandler { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 流转方向
|
|
|
- /// </summary>
|
|
|
- public EFlowDirection? FlowDirection { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 模板配置节点类型
|
|
|
- /// </summary>
|
|
|
- public EStepType StepType { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 模板配置节点业务类型
|
|
|
- /// </summary>
|
|
|
- public EBusinessType BusinessType { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 节点下可选办理对象
|
|
|
- /// </summary>
|
|
|
- public IReadOnlyList<Kv> Items { get; set; }
|
|
|
-}
|
|
|
-
|
|
|
public class GetNextStepItemsDto
|
|
|
{
|
|
|
public string DefinitionId { get; set; }
|
|
@@ -95,11 +62,3 @@ public class GetNextStepItemsDto
|
|
|
// /// </summary>
|
|
|
// public IReadOnlyList<KeyValuePair<int, string>> TimeTypeOptions { get; set; }
|
|
|
// }
|
|
|
-
|
|
|
-public class RecallStepOption : NextStepOption
|
|
|
-{
|
|
|
- /// <summary>
|
|
|
- /// 该节点原办理对象
|
|
|
- /// </summary>
|
|
|
- public Kv Handler { get; set; }
|
|
|
-}
|