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

14 lines
476 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' => '事件名称',
'Mount_license' => '挂车车牌',
'Perimeter' => '报警周界id',//关联perimeter表
'Perimeter_point' => '报警经纬度',
'Stop_number' => '可停车辆数',
'Current_number' => '当前停止车辆数',
'Create_time' => '报警时间',//创建时间()
'Is_del' => '状态'//1正常2禁用-1删除
];