category.php 336 B

1234567891011121314
  1. <?php
  2. return [
  3. 'Pid' => '父ID',
  4. 'Type' => '栏目类型',
  5. 'Image' => '图片',
  6. 'Keywords' => '关键字',
  7. 'Description' => '描述',
  8. 'Diyname' => '自定义名称',
  9. 'Createtime' => '创建时间',
  10. 'Updatetime' => '更新时间',
  11. 'Weigh' => '权重',
  12. 'Status' => '状态'
  13. ];