cate.php 95 B

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