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