leasecompany.php 353 B

12345678910111213
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Company' => '公司名',
  5. 'Mobile' => '联系人电话',
  6. 'Hetong_images' => '合同照片',
  7. 'Starttime' => '起始日',
  8. 'Endtime' => '终止日',
  9. 'Price' => '租赁价格',
  10. 'Number' => '租赁台数',
  11. 'Price_total' => '合同总额'
  12. ];