Commit 68653f00 authored by hanbing's avatar hanbing

[update] 添加路口状态字段

parent 201e6146
...@@ -42,13 +42,10 @@ public class AbnormalCrossListVO { ...@@ -42,13 +42,10 @@ public class AbnormalCrossListVO {
private List<List<Double>> ridLocationList; private List<List<Double>> ridLocationList;
@ApiModelProperty(value = "关联路口wkt列表") @ApiModelProperty(value = "关联路口wkt列表")
private List<String> ridWktList; private List<String> ridWktList;
@JsonIgnore @ApiModelProperty(value = "是否失衡:0否;1是")
// 是否失衡:0否;1是
private Integer isUnbalance; private Integer isUnbalance;
@JsonIgnore @ApiModelProperty(value = "是否溢出:0否;1是")
// 是否溢出:0否;1是
private Integer isSpillover; private Integer isSpillover;
@JsonIgnore @ApiModelProperty(value = "是否拥堵:0否;1是")
// 是否拥堵:0否;1是
private Integer isCongestion; private Integer isCongestion;
} }
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