banner.php 310 B

123456789101112
  1. <?php
  2. return [
  3. 'Image' => 'banner图',
  4. 'Type' => '类型',
  5. 'Type 1' => '顺风车',
  6. 'Type 2' => '货运',
  7. 'Createtime' => '创建时间',
  8. 'Banner_status' => '状态',
  9. 'Banner_status 1' => '显示',
  10. 'Banner_status 0' => '隐藏'
  11. ];