category.php 270 B

12345678910111213
  1. <?php
  2. return [
  3. 'Type' => '分类',
  4. 'Name' => '名称',
  5. 'Icon_image' => '图标',
  6. 'Store_id' => '球房',
  7. 'Sort' => '排序',
  8. 'Status' => '状态',
  9. 'Createtime' => '添加时间',
  10. 'Updatetime' => '更新时间'
  11. ];