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