using System.Collections.Generic; namespace WX.CRM.IBLL.Base { public interface IBAS_RIGHT_Q { WX.CRM.Model.Entity.BAS_RIGHT GetModel(string id); List GetTreeNode(decimal rightGroupId); List GetList(); } }