Commit f731582faa684f265aefe2045d083d262e9a79e2
1 parent
048bc1fd
1
Showing
1 changed file
with
27 additions
and
1 deletions
README.md
| ... | ... | @@ -17,6 +17,7 @@ |
| 17 | 17 | * [掉线](#掉线) |
| 18 | 18 | * [调度消息下发接口HTTP](#调度消息下发接口) |
| 19 | 19 | * [调度消息上传接口HTTP](#调度消息上传接口) |
| 20 | + * [车辆历史GPS数据](#车辆历史GPS) | |
| 20 | 21 | |
| 21 | 22 | ---------- |
| 22 | 23 | |
| ... | ... | @@ -336,4 +337,29 @@ |
| 336 | 337 | { |
| 337 | 338 | "errCode":0 |
| 338 | 339 | } |
| 339 | -``` | |
| 340 | 340 | \ No newline at end of file |
| 341 | +``` | |
| 342 | + | |
| 343 | +### 车辆历史GPS | |
| 344 | +---------- | |
| 345 | +表名:BSTH_C_GPS_INFO | |
| 346 | +| .. | .. | .. | | |
| 347 | +| ---- | ---- | ---- | | |
| 348 | +| cityCode | int | 城市代码 | | |
| 349 | +| industryCode | int | 行业代码 | | |
| 350 | +| companyCode | int | 企业代码 | | |
| 351 | +| lineId | int | 线路编号 | | |
| 352 | +| deviceId | string | 设备编号 | | |
| 353 | +| driverNo | int | 驾驶员工号 | | |
| 354 | +| carparkSerialNo | int | 停车场序列号 | | |
| 355 | +| carparkNo | string | 停车场编号 | | |
| 356 | +| stopSerialNo | int | 站点序列号 | | |
| 357 | +| stopNo | string | 停车场编号 | | |
| 358 | +| lon | float | 经度 | | |
| 359 | +| lat | float | 维度 | | |
| 360 | +| ts | long | 时间戳 | | |
| 361 | +| speedSensor | float | 发动机速度 | | |
| 362 | +| speedGps | float | gps速度 | | |
| 363 | +| direction | float | 角度0-359 | | |
| 364 | +| inTemp | int | 车内温度 | | |
| 365 | +| serviceState | long | 设备状态字 | | |
| 366 | +| daysYear | int | 对应年中的天数 为分区字段 查询一定要用此字段过滤 | | |
| 341 | 367 | \ No newline at end of file | ... | ... |