|
@@ -59,8 +59,12 @@ public class WorkflowModuleConsts
|
|
|
/// </summary>
|
|
|
public const string OrderSecondaryHandling = "OrderSecondaryHandling";
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 随手拍工单办理流程
|
|
|
+ /// </summary>
|
|
|
+ public const string OrderHandleSnapshot = "OrderHandleSnapshot";
|
|
|
|
|
|
- public static List<WorkflowModule> AllModules =>
|
|
|
+ public static List<WorkflowModule> AllModules =>
|
|
|
new()
|
|
|
{
|
|
|
new(OrderHandle, "工单办理"),
|