report.php 107 B

1234567
  1. <?php
  2. return [
  3. 'Report_id' => '报告ID',
  4. 'Name' => '名称',
  5. 'Remark' => '备注'
  6. ];