Commit 9a33412d authored by hanbing's avatar hanbing

[add] 新信号评价-运行评价-详细指标查询-指标信息

parent b94fb4dc
......@@ -20,7 +20,7 @@ public class MetricsDetailBO {
private Integer dir;
@ApiModelProperty(value = "转向:u掉头;l左转;s直行;r右转")
private String turn;
@ApiModelProperty(name = "车道序号,从左车道开始编号11、12、13...")
@ApiModelProperty(value = "车道序号,从左车道开始编号11、12、13...")
private Integer laneSort;
@ApiModelProperty(value = "日期 yyyy-MM-dd", required = true)
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
......
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