namespace WX.CRM.IBLL.Base { public interface IBAS_INNERDEPARTMENT_Q { WX.CRM.Model.Entity.BAS_INNERDEPARTMENT GetModel(decimal id); WX.CRM.Model.Entity.BAS_INNERDEPARTMENT GetModel(string innerDeptCode); } }