Files

37 lines
1.8 KiB
PHP
Raw Permalink Normal View History

2025-12-01 11:19:23 +08:00
<?php
return [
'Id' => '主键id',
'VehicleNo' => '车牌号',
'PlateColor' => '车牌颜色',
'Longitude' => '经度',
'Latitude' => '纬度',
'Vec1' => '速度',
'Alititude' => '海拔',
'Direction' => '行驶方向',
'PositionTime' => '定位时间',
'Is_del' => '状态',//1正常;2禁用;-1删除)
'Vehicle_type' => '车辆类型',//(-1区域外行驶;0正常;1超速;2禁行;3禁停;4未上报;5超最大数量)
'OwnerName' => 'exp_1承运商(车辆归属公司名)',
'BusinessScopeName' => 'exp_2经营范围',
'TransCertificateCode' => 'exp_3道路运输证号',
'CertificateEffdate' => 'exp_4期限开始日期',
'CertificateExpdate' => 'exp_5期限结束日期',
'LicenseIssueOrganCode' => 'exp_6发证机关',
'TransCertificateWord' => 'exp_7道路运输证字',
'Versions' => 'exp_8更新次数',
'VinNo' => '车架号(车辆识别VIN码)',
'VehicleType' => '车辆类型',
'Longitude_84' => '经度',
'Latitude_84' => '纬度',
'Is_waybill' => '是否有运单',//1无运单;2有运单)
'Is_violations' => '是否有违章',//1正常;2有违章)
'Perimeter_id' => '周界',//周界id(关联perimeter表)
'Qr_color' => '二维码颜色',//1绿色2黄色3红色
'Create_time' => '创建时间',
'SendTime' => '中化推送时间',
'Old_longitude' => '上次经度',
'Old_latitude' => '上次纬度',
'Distance' => '距离(单位:米)'
];