| 123456789101112131415 |
- <?php
- return [
- 'Type' => '动态类型',
- 'Type 1' => '产品动态',
- 'Type 2' => '公司动态',
- 'Image' => '封面图',
- 'Title' => '标题',
- 'Content' => '内容',
- 'Source' => '来源',
- 'Browse' => '浏览人数',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Deletetime' => '删除时间'
- ];
|