area.php 91 B

12345678
  1. <?php
  2. return [
  3. 'Name' => '名称',
  4. 'Pid' => '上级',
  5. 'Level' => '层级'
  6. ];