Commit 2f2b3857 authored by duanruiming's avatar duanruiming

[update] 车道快照数据增加溢出状态字段

parent bad03f47
...@@ -92,4 +92,9 @@ public class CrossLaneSnapshotDataDTO { ...@@ -92,4 +92,9 @@ public class CrossLaneSnapshotDataDTO {
* 末车速度(km/h) * 末车速度(km/h)
*/ */
private double endV; private double endV;
/**
* 是否溢出状态
* 0=未溢出,1=溢出
*/
private String overflow;
} }
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