This commit is contained in:
MeSHard
2025-12-01 11:19:23 +08:00
parent adc5fd81aa
commit b22d09bd39
4440 changed files with 815952 additions and 0 deletions

View 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' => '申请时间'
];