Преглед на файлове

调整工单枚举 增加回访

zhengbingbing преди 6 години
родител
ревизия
7a37ae2bf6
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Enum/EnumWorkOrderState.cs

+ 7 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Enum/EnumWorkOrderState.cs

@@ -23,6 +23,10 @@ namespace CallCenterApi.Interface.Models.Enum
23 23
         abreback,
24 24
         [Description("处理中")]
25 25
         dealing,
26
+        [Description("已处理待回访")]
27
+        dealed,
28
+        [Description("已回访待完结")]
29
+        visit,
26 30
         [Description("已完结")]
27 31
         finish=10,
28 32
         [Description("已评价")]
@@ -59,7 +63,7 @@ namespace CallCenterApi.Interface.Models.Enum
59 63
         deal,
60 64
         [Description("退回")]
61 65
         reback,
62
-        [Description("退回")]
66
+        [Description("异常退回")]
63 67
         abreback,
64 68
         [Description("催办")]
65 69
         urge,
@@ -73,5 +77,7 @@ namespace CallCenterApi.Interface.Models.Enum
73 77
         delete,
74 78
         [Description("审核")]
75 79
         audit,
80
+        [Description("回访")]
81
+        visit
76 82
     }
77 83
 }