using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Res { public interface IRES_CUSTOMEREXTEND_Q { /// /// 获取多个列表 /// /// /// List GetList_CustomerExt(string resid); /// /// 获取客户扩展的单个实例 /// /// /// RES_CUSTOMEREXTEND GetModel_CustomerExt(decimal id); } }