using SqlSugar; using System; using System.Collections.Generic; using System.Common; using System.Linq.Expressions; using System.Model; using System.Text; using System.Threading.Tasks; namespace System.IRepositories { public interface ICus_VipInfoRepository : IRepository { Task> GetListViewByPage(List conModels, MyPageModel pagemodel, string orderby); Task GetSingleV(Expression> whereExpression); Task GetVCount(string Tel,string whereExpression); Task GetListVipInfo(string whereExpression); } }