Files
park/application/admin/lang/zh-cn/yq/vehicle/park_line_log.php
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

12 lines
351 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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