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