rota.php 260 B

12345678910
  1. <?php
  2. return [
  3. 'Doctor_id' => '医生id',
  4. 'Doctor_name' => '医生姓名',
  5. 'Institution_id' => '医院',
  6. 'Createdat' => '创建时间',
  7. 'Rota_datetime' => '值班时间',
  8. 'Institution_name' => '医院名称'
  9. ];