using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; using WX.CRM.Model.MAP; namespace WX.CRM.IBLL.Wx { public interface IWX_MANUALADDWEIXINFRIEND : IRepository { RES_CUSTOMER IsOfflineRes(string resId, List resTypeIdList); List GetList(ref Pager pager, decimal innerUserId, string workAlias); } }