riverdoc.php
1.1 KB
<?php
return [
'Inspection_depart_id' => '所属部门',
'River_code' => '编码',
'Name' => '名称',
'Water_type_id' => '水系分类',
'Cat_id' => '分类id',
'River_pid' => '上级河段',
'Stcd' => '外部唯一标识',
'Thumbnail_images' => '缩略图',
'Desc' => '简介',
'Start_address' => '起点地址',
'End_address' => '结束地址',
'Banks_type' => '左右岸别',
'River_long' => '河道长度',
'User_id' => '河长',
'User_name' => '负责人',
'User_mobile' => '负责人联系电话',
'Province_id' => '省',
'State_id' => '州',
'County_id' => '县/市',
'Street_id' => '乡/镇',
'Village_id' => '村/社',
'Start_lat' => '起点纬度',
'Start_lng' => '起点经度',
'End_lat' => '终点纬度',
'End_lng' => '终点经度'
];