department.php 196 B

1234567
  1. <?php
  2. return [
  3. 'Department_name' => '科室名称',
  4. 'Is_report' => '是否可写报告',
  5. 'createdAt' => '创建时间',
  6. ];