You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
607 B
18 lines
607 B
<?php
|
|
|
|
return [
|
|
"Id" => '工程ID',
|
|
'Category_name' => '工程类型',
|
|
'Ht_number' => '合同编号',
|
|
'Prj_name' => '工程名称',
|
|
'Mgr_name' => '负责人',
|
|
'Mgr_phone' => '负责人联系方式',
|
|
'Customer_company' => '客户公司',
|
|
'Customer_name' => '客户名称',
|
|
'Customer_phone' => '客户联系方式',
|
|
'Job_location' => '施工地址',
|
|
'Detail_address' => '详细地址',
|
|
'Jh_wc_time' => '计划完成时间',
|
|
'Build_status' => '工单进度',
|
|
'Member_ids' => '参与人员'
|
|
];
|
|
|