train.php 395 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Title' => '标题',
  5. 'Type' => '类型',
  6. 'Type 0' => '服务端',
  7. 'Type 1' => '商户端',
  8. 'Image' => '封面图',
  9. 'Videofile' => '视频',
  10. 'State' => '状态',
  11. 'State 0' => '隐藏',
  12. 'State 1' => '显示',
  13. 'Createtime' => '创建时间',
  14. 'Updatetime' => '更新时间'
  15. ];