init
This commit is contained in:
25
application/admin/lang/zh-cn/yq/park/park.php
Normal file
25
application/admin/lang/zh-cn/yq/park/park.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => '主键ID',
|
||||
'Reporter_id' => '上报者ID',//(外键,关联s_driver表的id)
|
||||
'Reporter_name' => '上报者姓名',
|
||||
'Has_mount' => '有无挂车',//:0-无;1-有
|
||||
'Tractor_license' => '牵引车车牌',
|
||||
'Mount_license' => '挂车车牌',
|
||||
'Phone_num' => '手机号',
|
||||
'Mission' => '入园目的',//:1-装货/卸货;2-维修/洗车/停车;3-常驻4-维修5-洗车;6-停车;7-检测;8-洗罐;
|
||||
'Response_status' => '响应状态(废弃,暂未用)',
|
||||
'Feedback_status' => '反馈状态(废弃,暂未用)',
|
||||
'Event_type' => '事件类型(外键,关联s_event_type表的id)(废弃,暂未用)',
|
||||
'Transport_pic' => '道运证图片',
|
||||
'Tractor_pic' => '牵引车行驶证图片',
|
||||
'Driver_pic' => '驾驶证图片',
|
||||
'Create_time' => '创建时间',
|
||||
'Status' => '审核状态',//:0-审核中;1-已通过;2-失败;3-需要重新上传证件;4-已重新上传证件
|
||||
'Is_del' => '状态',//(1正常;2禁用;-1删除)
|
||||
'Cargo_category_id' => '载货品类ID(关联s_cargo_category主键ID)',
|
||||
'Remark' => '其他说明',
|
||||
'Cargo_category_name' => '载货名称',
|
||||
'Apply_time' => '申请时间'
|
||||
];
|
||||
Reference in New Issue
Block a user