|
@@ -10,6 +10,7 @@ using Hotline.CallCenter.BlackLists;
|
|
|
using Hotline.CallCenter.Calls;
|
|
|
using Hotline.CallCenter.Tels;
|
|
|
using Hotline.Settings;
|
|
|
+using Hotline.Share.Dtos;
|
|
|
using Hotline.Share.Dtos.CallCenter;
|
|
|
using Hotline.Share.Dtos.TrCallCenter;
|
|
|
using Hotline.Share.Enums.CallCenter;
|
|
@@ -132,5 +133,14 @@ namespace Hotline.Application.CallCenter
|
|
|
.OrderBy(x => x.CreatedTime)
|
|
|
.ToListAsync(cancellationToken);
|
|
|
}
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查询分机操作选项
|
|
|
+ /// </summary>
|
|
|
+ /// <returns></returns>
|
|
|
+ public override List<Kv> GetTelOperationOptions()
|
|
|
+ {
|
|
|
+ throw new NotImplementedException();
|
|
|
+ }
|
|
|
}
|
|
|
}
|