doctorwallet.php 103 B

1234567
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Doctor_id' => '医生ID',
  5. 'Money' => '余额'
  6. ];