depot.php 274 B

123456789101112
  1. <?php
  2. return [
  3. 'Id' => '题目ID',
  4. 'Keyword' => '题目',
  5. 'Key_index' => '空字下标',
  6. 'Alternatives' => '答案选择',
  7. 'Alt_index' => '答案下标',
  8. 'Createtime' => '创建时间',
  9. 'Updatetime' => '更新时间'
  10. ];