cate.php 110 B

1234567
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Cate_name' => '分类名',
  5. 'Cate_info' => '分类介绍'
  6. ];