/// <summary> /// 获取所有的菜单列表 /// </summary> public List <MenuInfo> GetAllTree(string systemType) { return(menuDal.GetAllMenu(systemType)); }