32 lines
1.5 KiB
PHP
32 lines
1.5 KiB
PHP
<?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超最大数量)',
|
||
'CertificateEffdate' => '期限开始日期',
|
||
'CertificateExpdate' => '期限结束日期',
|
||
'TransCertificateCode' => '道路运输证号',
|
||
'OwnerName' => '车辆归属公司名',
|
||
'LicenseIssueOrganCode' => '发证机关',
|
||
'TransCertificateWord' => '道路运输证字',
|
||
'VinNo' => '车架号(车辆识别VIN码)',
|
||
'VehicleType' => '车辆类型',
|
||
'BusinessScopeName' => '经营范围',
|
||
'Longitude_84' => '经度',
|
||
'Latitude_84' => '纬度',
|
||
'Is_waybill' => '是否有运单(1无运单;2有运单)',
|
||
'Is_violations' => '是否有违章(1正常;2有违章)',
|
||
'Perimeter_id' => '周界id(关联perimeter表)',
|
||
'Qr_color' => '二维码颜色1绿色2黄色3红色',
|
||
'V_carettime' => '写入时间'
|
||
];
|