/// <summary> /// 获取第一级的菜单列表 /// </summary> public List <MenuInfo> GetTopMenu(string systemType) { return(menuDal.GetTopMenu(systemType)); }