| 1234567891011121314151617181920 | 
							- <?php
 
- return [
 
-     'Id'              => 'ID',
 
-     'User_id'         => '用户ID',
 
-     'Decorate_id'     => '装扮ID',
 
-     'Decorate_type'   => '类型',
 
-     'Decorate_type 1' => '座驾',
 
-     'Decorate_type 2' => '头饰',
 
-     'Decorate_type 3' => '尾灯',
 
-     'Decorate_type 4' => '气泡',
 
-     'Is_using'        => '状态',
 
-     'Is_using 1'      => '使用中',
 
-     'Is_using 0'      => '未使用',
 
-     'End_time'        => '结束时间',
 
-     'Createtime'      => '创建时间',
 
-     'Updatetime'      => '更新时间',
 
-     'Decorate.name'   => '装扮名称',
 
-     'User.username'   => '用户名'
 
- ];
 
 
  |