using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Wx { public interface IWX_STOCKRECOMMEND : IRepository { List GetList(ref Pager pager, decimal? userId, string stockCode, string stockName, string stime, string etime); } }