using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Assets.Scripts.Apis.Models { public class MapRouteBestInfo { public string BestNickName { get; set; } public string BestWxHeadImg { get; set; } public string BestTotalTime { get; set; } } }