- using Hotline.Share.Dtos.CallCenter;
- using SqlSugar;
- namespace Hotline.Application.CallCenter
- {
- public interface IPbxApplication
- {
- /// <summary>
- /// 小修申请记录
- /// </summary>
- /// <param name="dto"></param>
- /// <returns></returns>
- ISugarQueryable<TelRestApplyListDto> GetRestApplyList(TelRestApplyRequestDto dto);
- }
- }
|