|
@@ -18,6 +18,11 @@ public class WorkflowModuleConsts
|
|
|
/// </summary>
|
|
|
public const string OrderDelay = "OrderDelay";
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 省工单延期
|
|
|
+ /// </summary>
|
|
|
+ public const string OrderDelayProvince = "OrderDelayProvince";
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 工单甄别
|
|
|
/// 被回访部门或其一级部门发起不满意工单进行申诉
|
|
@@ -59,6 +64,11 @@ public class WorkflowModuleConsts
|
|
|
/// </summary>
|
|
|
public const string OrderSecondaryHandling = "OrderSecondaryHandling";
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 随手拍工单办理流程
|
|
|
+ /// </summary>
|
|
|
+ public const string OrderHandleSnapshot = "OrderHandleSnapshot";
|
|
|
+
|
|
|
|
|
|
public static List<WorkflowModule> AllModules =>
|
|
|
new()
|