using System.Collections.Generic;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_RIGHT_TOOLBUTTON_Q
List<WX.CRM.Model.Entity.BAS_RIGHT_TOOLBUTTON> GetALLToolButton();
}