12345678910111213141516171819 |
- <?php
- return [
- 'Id' => 'ID',
- 'Name' => '名称',
- 'Info' => '简介',
- 'Image' => '封面图',
- 'P_number' => '人数',
- 'T_number' => '帖子数量',
- 'Notice' => '公告',
- 'Icon_type' => '图标类型',
- 'Icon_type 0' => '无',
- 'Icon_type 1' => '热',
- 'Icon_type 2' => '新',
- 'Status' => '状态',
- 'Status 1' => '正常',
- 'Status 0' => '禁用',
- 'Weight' => '排序'
- ];
|