using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Base { public interface IBAS_USERGROUPCHANGELOG_Q { List GetList(ref Pager pager, decimal? inGroupId, decimal? outGroupId, decimal? eid, string userName); } }