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

13 lines
417 B
PHP
Raw Permalink 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',
'Name' => '事件名称',
'License' => '车牌号(牵引车车牌)',
'Num' => '报警次数',
'Perimeter' => '报警周界id关联perimeter表',
'Perimeter_point' => '报警经纬度',
'Create_time' => '报警时间',
'Is_del' => '状态1正常2禁用-1删除'
];