using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Base { public interface IBAS_FEEDBACK : IRepository { List GetList(ref Pager page, decimal? innerUserId, string content, string stime, string etime); } }