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