Commit 2a58f6fb authored by duanruiming's avatar duanruiming

[add] 绿波城项目绿波时序图-双向绿波

parent 75b08ad3
......@@ -18,10 +18,16 @@ import java.util.Map;
public class GreenBeltChartVO {
@ApiModelProperty("绿波路口红灯范围")
Map<String, List<Double[]>> crossRedTimesMap;
@ApiModelProperty("反向绿波路口红灯范围")
Map<String, List<Double[]>> backCrossRedTimesMap;
@ApiModelProperty("绿波路口绿波开始时间")
Map<String, Double> greenStartMap;
@ApiModelProperty("反向绿波路口绿波开始时间")
Map<String, Double> BackGreenStartMap;
@ApiModelProperty("绿波路口距离下一个路口距离")
Map<String, Double> distanceMap;
@ApiModelProperty("绿波带宽")
private Double greenWidthTime;
@ApiModelProperty("反向绿波带宽")
private Double BackGreenWidthTime;
}
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