using System.Collections.Generic; namespace WX.CRM.IBLL.Base { public interface IBAS_ROLE_Q { WX.CRM.Model.Entity.BAS_ROLE GetModel(decimal id); List GetList(); object GetRoleTree(); } }