123456789101112131415 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '赠送用户ID',
- 'User_to_id' => '获赠用户ID',
- 'Gift_id' => '礼物ID',
- 'Gift_name' => '礼物名称',
- 'Number' => '数量',
- 'Price' => '单个价值',
- 'Total_Price' => '总价值',
- 'Createtime' => '创建时间',
- 'User.username' => '赠送用户名',
- 'Touser.username' => '获赠用户名'
- ];
|