Files
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

28 lines
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '装/卸货品类'
];