servicegrade.php 360 B

123456789101112
  1. <?php
  2. return [
  3. 'User_id' => '考试用户ID',
  4. 'Paper_id' => '社区服务类型ID',
  5. 'Question_ids' => '试卷ID集合',
  6. 'User_answers' => '用户答案集合',
  7. 'Createtime' => '创建时间',
  8. 'Updatetime' => '修改时间',
  9. 'Paper.name' => '社区服务类型',
  10. 'User.nickname' => '考试用户昵称'
  11. ];