Files
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' => '企业等级'
];