using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Base { public interface IBAS_PARAMETERGROUP_Q { BAS_PARAMETERGROUP GetModel_ParameterGroup(string id); List GetList(); List GetList_ParameterGroup(ref Pager pg, string id, string name, string stime, string etime); } }