| 123456789101112131415161718 |
- <?php
- return [
- 'Id' => 'id',
- 'Title' => '标题',
- 'Type' => '类型',
- 'Type 0' => '用户端',
- 'Type 1' => '服务端',
- 'Type 2' => '商户端',
- 'Image' => '封面图',
- 'Content' => '内容',
- 'Weigh' => '权重',
- 'State' => '状态',
- 'State 0' => '隐藏',
- 'State 1' => '显示',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|