casescategory.php 135 B

1234567
  1. <?php
  2. return [
  3. 'Pid' => 'pid',
  4. 'Fjname' => '父级分类',
  5. 'Name' => '方案分类名称'
  6. ];