report.php 269 B

1234567891011
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '举报人uid',
  5. 'Title' => '标题',
  6. 'Images' => '图片集',
  7. 'Createtime' => '添加时间',
  8. 'Updatetime' => '更新时间',
  9. 'User.username' => '用户名'
  10. ];