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