production_gift_order.php 882 字节
<?php

return [
    'Id'                 => '主键',
    'Number'             => '订单号',
    'Production_id'      => '作品ID',
    'Production_user_id' => '发布作品用户ID',
    'User_id'            => '当前用户ID',
    'Avatar'             => '头像',
    'Nickname'           => '署名',
    'Username'           => '真实姓名',
    'Mobile'             => '手机号',
    'Price'              => '价格',
    'Status'             => '是否支付',
    'Status 0'           => '未支付',
    'Status 1'           => '已支付',
    'Is_custom'          => '是否自定义金额礼物',
    'Is_custom 0'        => '非自定义',
    'Is_custom 1'        => '自定义金额',
    'Gift_id'            => '礼物id',
    'Gift_name'          => '礼物名称',
    'Createtime'         => '创建日期',
    'Updatetime'         => '更新时间'
];