manage.php 641 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Ad_type' => '广告类别',
  4. 'Name' => '计划名称',
  5. 'Show_type' => '展示类别',
  6. 'Show_position' => '展示位置',
  7. 'Show_starttime' => '开始时间',
  8. 'Show_endtime' => '结束时间',
  9. 'chapterNum' => '间隔章节数',
  10. 'chapterStartNum' => '阅读页插屏(整章)开始章节数',
  11. 'chapterStepNum' => '阅读页插屏(整章)间隔章节数',
  12. 'User_group_id' => '关联用户组ID',
  13. 'User_group_name' => '关联用户组名',
  14. 'Weight' => '权重',
  15. 'State' => '状态',
  16. 'Createtime' => '创建时间',
  17. 'Updatetime' => '更新时间'
  18. ];