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,16 @@
<?php
return [
'Id' => '主键ID',
'Status' => '状态',//0-审核中1-已通过2-失败3-需要重新上传证件4-已重新上传证件
'Is_del' => '状态',//1正常2禁用-1删除
'Remark' => '其他说明',
'Apply_time' => '申请时间',
'Vehicle_no' => '车牌号',
'Vehicle_mount' => '挂载车牌号',
'Waybill_id' => '运单id',
'Check_uid' => '查验人企业id',
'Check_status' => '查验状态',//1通过2未通过
'Check_where' => '查验项',//(共六项,企业端上暂写死)
'Check_time' => '查验时间'
];