12345678910111213141516171819 |
- <?php
- return [
- 'Ad_type' => '广告类别',
- 'Name' => '计划名称',
- 'Show_type' => '展示类别',
- 'Show_position' => '展示位置',
- 'Show_starttime' => '开始时间',
- 'Show_endtime' => '结束时间',
- 'chapterNum' => '间隔章节数',
- 'chapterStartNum' => '阅读页插屏(整章)开始章节数',
- 'chapterStepNum' => '阅读页插屏(整章)间隔章节数',
- 'User_group_id' => '关联用户组ID',
- 'User_group_name' => '关联用户组名',
- 'Weight' => '权重',
- 'State' => '状态',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|