userdecorate.php 611 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Decorate_id' => '装扮ID',
  6. 'Decorate_type' => '类型',
  7. 'Decorate_type 1' => '座驾',
  8. 'Decorate_type 2' => '头饰',
  9. 'Decorate_type 3' => '尾灯',
  10. 'Decorate_type 4' => '气泡',
  11. 'Is_using' => '状态',
  12. 'Is_using 1' => '使用中',
  13. 'Is_using 0' => '未使用',
  14. 'End_time' => '结束时间',
  15. 'Createtime' => '创建时间',
  16. 'Updatetime' => '更新时间',
  17. 'Decorate.name' => '装扮名称',
  18. 'User.username' => '用户名'
  19. ];