using System.Collections.Generic; namespace WX.CRM.IBLL.Base { public interface IBAS_BUSINESS_Q { /// /// 获取公司业务列表 /// /// List GetList(); } }