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,27 @@
<?php
return [
'Id' => '主键id',
'Waybill_order' => '运单号',
'Tow_license' => '牵引车牌号',
'Mount_license' => '挂车车牌号',
'Driver_tel' => '司机电话',
'Sale_product' => '销售产品',
'Create_time' => '创建时间',
'Is_del' => '状态',//1正常2禁用-1删除
'Driverid' => '司机ID',
'Waybill_name' => '运单人',
'Waybill_date' => '运单时间',
'Waybill_loading' => '装货单位',
'Waybill_unloading' => '卸货单位',
'Carriers_code' => '信用码',
'Vehicle_type' => '车辆类型',//0箱式 普货1罐车 危化品)
'Waybilltype' => '运单来源',//1自建2路安保
'Waybill_type' => '运单类型',//1自䢖2接收
'Check_status' => '查验状态',//0未查验1通过 2未通过
'W_mission' => '入园目的',
'Cargocount' => '装/卸货数量',
'Cargocategory' => '装/卸货品类'
];