Commit 15d32f7b by 余根龙

转移到entity下,此处删除

parent 75b1ebd8
package com.zhht.irn.entity.kafka;
import java.util.Date;
public class Location {
// 位置的经度
private Double longitude;
// 位置的纬度
private Double latitude;
// 此时的速度
private Double speed;
// 此时的时间
private Date dtTranjectory;
// 此时车辆所处的车道ID
private String lineId;
}
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