Files

32 lines
1.5 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超最大数量',
'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' => '写入时间'
];