usergreetcontent.php 526 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Type' => '类型',
  6. 'Type 0' => '文字',
  7. 'Type 1' => '语音',
  8. 'Type 2' => '相册',
  9. 'Title' => '标题',
  10. 'Content' => '内容',
  11. 'Duration' => '时长',
  12. 'Is_default' => '是否默认使用',
  13. 'Is_default 0' => '否',
  14. 'Is_default 1' => '是',
  15. 'Createtime' => '创建时间',
  16. 'User.username' => '用户名',
  17. 'User.nickname' => '昵称'
  18. ];