using System; using System.Collections.Generic; using System.Text; using System.Common; using System.Model; using System.Threading.Tasks; using SqlSugar; namespace System.IRepositories { public interface ISys_CallDutyNumberRepository : IRepository { Task> GetListViewByPage(List conModels, MyPageModel pagemodel, string orderby); } }