Commit b4217c59 authored by zhoushiguang's avatar zhoushiguang

增加区域ID参数

parent bf976b87
...@@ -13,4 +13,7 @@ public class GreenwaveListDTO { ...@@ -13,4 +13,7 @@ public class GreenwaveListDTO {
private String name; private String name;
@ApiModelProperty(value = "拥堵类型:1常发性;2偶发性", notes = "", required = false) @ApiModelProperty(value = "拥堵类型:1常发性;2偶发性", notes = "", required = false)
private Integer type; private Integer type;
@ApiModelProperty(value = "所属区域ID", notes = "", required = false)
private Integer areaId;
} }
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