最近骑行继续骑数据源

This commit is contained in:
lishuo 2021-12-28 14:13:38 +08:00
parent 8e0ce907d0
commit 0500736fff

View File

@ -111,5 +111,7 @@ namespace Assets.Scripts.Apis.Models
public int MineCount { get; set; }
public int[] RouteIds { get; set; }
//最近骑行列表使用
public RouteResult RecentRecord { get; set; }
}
}