Commit 50a30adc authored by zhoushiguang's avatar zhoushiguang

注释:前端完成部分=》4.1总体分析拥堵严重干线、表格修改为按干线方向拥堵指数排名(拆分单元格)

parent 1eadd4b5
......@@ -39,9 +39,10 @@ class GreenReportProblemOverallAnalysisResponse {
@ApiModelProperty(value = "区域干线总拥堵时长", example = "11小时")
private String totalCongestDuration;
@ApiModelProperty(value = "拥堵严重干线",example = "经十路(舜耕路-山大路)、经十路(洪山路-舜华路)")
@ApiModelProperty(value = "拥堵严重干线",example = "经十路(舜耕路-山大路)东向西、经十路(洪山路-舜华路)西向东",notes = "20250425修改为前端根据dataList数据中按方向交通指数取最大的两条")
private String congestHeavyGreenWave;
@ApiModelProperty(value = "区域干线方向拥堵排名情况")
private List<GreenReportProblemOverallData> dataList = new ArrayList<>();
}
......
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