Commit a973e6d8 authored by duanruiming's avatar duanruiming

[add] 优化绿波实时历史数据id

parent a09bd024
......@@ -18,7 +18,7 @@ public class GreenwaveRealtimePO {
/** 绿波ID */
@ApiModelProperty(name = "id",notes = "")
@TableId
private Integer id ;
private Long id ;
@ApiModelProperty(name = "绿波ID",notes = "")
private Integer greenId;
/** 交通状态:1畅通;2缓行;3拥堵;4严重拥堵;5未知 */
......
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