Files
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

27 lines
1.4 KiB
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',
'Pid' => '父级id',
'Name' => '周界名称',
'Region_lv' => '区域等级',//1一级周界2二级周界3三级周界4四级周界
'Region_type' => '区域类型',//0大区域1工贸企业区2化工企业区3居住区域4生态防护区5道路区域6企业区域7企业内部区域8停车场9其他
'Is_stop' => '是否禁停',//0不做计算1禁停2正常
'Is_ban' => '是否禁行',//0不做计算1禁行2正常
'Is_hazard' => '是否是危险源',//0不做计算1是2不是
'Stop_vehicle' => '可停车辆数',
'Feasible_vehicle' => '可行车辆数',
'Max_speed' => '最大限速',
'Update_time' => '修改时间',
'Is_del' => '状态',//1正常2禁用-1删除
'Info' => '周界信息json格式',
'Account' => '账号',
'Password' => '密码',
'Vehicle_count' => '上一次车辆总数',
'Enter_vehicle' => '入园车辆次数',
'Out_vehicle' => '出园车辆次数',
'Driverid' => '设备ID',
'Enterprise_product' => '企业产品',
'Enterprise_lv' => '企业等级'
];