|
@@ -569,6 +569,25 @@ namespace Hotline.Permissions
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
+ #region 扭转待评判
|
|
|
+ /// <summary>
|
|
|
+ /// 扭转评判
|
|
|
+ /// </summary>
|
|
|
+ [Display(GroupName ="智能回访",Name ="扭转待评判",Description ="扭转待评判")]
|
|
|
+ VisitReverseList = 200907,
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 批量扭转评判
|
|
|
+ /// </summary>
|
|
|
+ [Display(GroupName ="智能回访",Name ="批量扭转评判",Description ="批量扭转评判")]
|
|
|
+ BatchVisitReverse = 200908,
|
|
|
+ /// <summary>
|
|
|
+ /// 扭转评判
|
|
|
+ /// </summary>
|
|
|
+ [Display(GroupName ="智能回访",Name ="扭转评判",Description ="扭转评判")]
|
|
|
+ VisitReverse = 200909,
|
|
|
+ #endregion
|
|
|
+
|
|
|
#endregion
|
|
|
|
|
|
#region 超期管理
|