Commit e4ed0fff authored by liming's avatar liming

漫游详情记录查询

parent 31a6b897
......@@ -44,6 +44,8 @@ public class TrainingDetailVO {
private BigDecimal avgFtp;
@ApiModelProperty("平均速度")
private BigDecimal avgSpeed;
@ApiModelProperty("fit文件地址")
private BigDecimal fitUrl;
@ApiModelProperty("记录时间 yyyy-MM-dd HH:mm")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
private LocalDateTime createTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment