This commit is contained in:
MeSHard
2025-12-01 11:19:23 +08:00
parent adc5fd81aa
commit b22d09bd39
4440 changed files with 815952 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'Id' => '主键id',
'VehicleNo' => '车牌号',
'Up_coordinate' => '上一个坐标点',
'Coordinate' => '当前的坐标点',
'Perimeter_id' => '周界id',
'Type' => '进出类型1进入,2出去',
'Create_time' => '创建时间',
'Is_del' => '状态1正常2禁用-1删除'
];

View File

@@ -0,0 +1,31 @@
<?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' => '写入时间'
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'Id' => '主键id',
'VehicleNo' => '车牌号',
'Up_coordinate' => '上一个坐标点',
'Coordinate' => '当前的坐标点',
'Type' => '进出类型1进园区,2出园区',
'Create_time' => '创建时间',
'Is_del' => '状态1正常2禁用-1删除'
];

View File

@@ -0,0 +1,36 @@
<?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' => '距离(单位:米)'
];

View File

@@ -0,0 +1,12 @@
<?php
return [
'Id' => '主键id',
'Name' => '事件名称',
'License' => '车牌号(牵引车车牌)',
'Num' => '报警次数',
'Perimeter' => '报警周界id关联perimeter表',
'Perimeter_point' => '报警经纬度',
'Create_time' => '报警时间',
'Is_del' => '状态1正常2禁用-1删除'
];