using Hotline.Share.Dtos.CallCenter; using SqlSugar; namespace Hotline.Application.CallCenter { public interface IPbxApplication { /// /// 小修申请记录 /// /// /// ISugarQueryable GetRestApplyList(TelRestApplyRequestDto dto); } }