news.php 343 B

12345678910111213
  1. <?php
  2. return [
  3. 'Id' => '图文消息ID',
  4. 'Cate_name' => '图文标题',
  5. 'Description' => '图文简介',
  6. 'Image' => '封面',
  7. 'Url' => 'URL',
  8. 'Sort' => '排序',
  9. 'Status' => '状态',
  10. 'Parent_id' => '消息父id',
  11. 'Createtime' => '创建时间'
  12. ];