优化显示逻辑

This commit is contained in:
wangcongtao
2021-03-11 11:50:58 +08:00
parent 283126473f
commit a9b2ed9a66
24 changed files with 409 additions and 60 deletions

View File

@@ -58,6 +58,16 @@ public class ADASCarStateInfo implements Serializable {
private String systemTime;
//接收到数据的时间
private String receiverDataTime;
// udp收到数据的时间
private String startReceiverDataTime;
public String getStartReceiverDataTime() {
return startReceiverDataTime;
}
public void setStartReceiverDataTime( String startReceiverDataTime ) {
this.startReceiverDataTime = startReceiverDataTime;
}
public float getGnss_speed() {
return gnss_speed;