using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Res { public interface IRES_CUSTOMERFEEDBACK_Q { WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK GetModel(decimal id); List GetList(ref Pager pager); List GetList(); } }