ddrive_hy_freight.php 619 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Car_name' => '车辆名称',
  4. 'Car_image' => '车辆图片',
  5. 'Load' => '载重',
  6. 'Length' => '长',
  7. 'Width' => '宽',
  8. 'Height' => '高',
  9. 'Volume' => '体积',
  10. 'Start_price' => '起步价',
  11. 'Start_mileage' => '起步里程(包含)',
  12. 'Section1_price' => '分段价',
  13. 'Section1_min_mileage' => '分段起始里程(包含)',
  14. 'Section1_max_mileage' => '分段截止里程(包含)',
  15. 'Section2_price' => '分段价',
  16. 'Section2_mileage' => '分段里程(包含)',
  17. 'Createtime' => '创建时间'
  18. ];