Commit ecbc6337 authored by hanbing's avatar hanbing

修改相位空放字段类型

parent 06882c18
......@@ -19,7 +19,7 @@ public class PhaseEmptyResult {
private String turn;
//转向空放时间/绿灯总时长
private double index;
private Double index;
private Long globalTimeStamp;
......@@ -27,5 +27,5 @@ public class PhaseEmptyResult {
private Long endTime;
private int duration;
private Integer duration;
}
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