Commit e6dca8a0 authored by zhoushiguang's avatar zhoushiguang

3.1去掉路口名

parent 8c2f4972
...@@ -32,10 +32,6 @@ public class CrossProblemTotalityAnalysisResult extends ParentResult { ...@@ -32,10 +32,6 @@ public class CrossProblemTotalityAnalysisResult extends ParentResult {
@Data @Data
class CrossProblemTotalityResultResponse { class CrossProblemTotalityResultResponse {
@ApiModelProperty(value = "路口名称", example = "经十路(舜耕路-山大路)",position = 0)
private String crossName;
@ApiModelProperty(value = "本周溢出总次数", example = "20次",position = 1) @ApiModelProperty(value = "本周溢出总次数", example = "20次",position = 1)
private String weekOverFlowCount; private String weekOverFlowCount;
@ApiModelProperty(value = "本周溢出总次数与上周比较情况", example = "增加【减少】10%",position = 2) @ApiModelProperty(value = "本周溢出总次数与上周比较情况", example = "增加【减少】10%",position = 2)
......
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