using System; public class MapCompetitionListItem { /// /// /// public int Id { get; set; } /// /// /// public string CoverImage { get; set; } /// /// /// public int Status { get; set; } /// /// /// public string StatusVlaue { get; set; } /// /// /// public string Area { get; set; } /// /// /// public DateTime StartApplyTime { get; set; } /// /// /// public DateTime EndApplyTime { get; set; } /// /// /// public string PhoneNumber { get; set; } /// /// /// public int CloseTime { get; set; } /// /// /// public int MaxMembers { get; set; } /// /// /// public DateTime StartTime { get; set; } /// /// /// public DateTime EndTime { get; set; } /// /// 阳澄湖绕圈赛 /// public string Title { get; set; } /// /// 周一赛事 /// public string Dec { get; set; } /// /// /// public int RouteId { get; set; } /// /// /// public int ApplyCount { get; set; } /// /// /// public bool HasJoin { get; set; } /// /// /// public string CanCancelJoin { get; set; } /// /// /// public bool CanJoin { get; set; } /// /// /// public bool CanEnter { get; set; } /// /// /// public int MapCompetitionType { get; set; } /// /// /// public bool CanWatch { get; set; } /// /// /// public double Distance { get; set; } /// /// /// public double AverageGrade { get; set; } /// /// /// public double EleDifference { get; set; } /// /// /// public double TotalClimb { get; set; } /// /// /// public double MaxElevation { get; set; } /// /// /// public string RouteCover { get; set; } /// /// /// public string AltitudeGraph { get; set; } /// /// /// public string SponsorCoverage { get; set; } /// /// /// public string BannerPreview { get; set; } }