商品兑换记录

# 商品兑换实体 ## 表名:xykj_shop_goods_record 实体名:xy_shop_goods_record ### 字段参数 | 字段 | 类型 | 说明 | |-------------|----------|---------| | xy_good_order | string | 主键 订单号唯一 | | xy_uid | int 玩家id | | xy_uname | string |玩家账号 | | xy_channal_id | string |推广员id | | xy_goods_id | int |商品id| | xy_goods_name | string |商品名称| | xy_goods_theme | int | 类型id | | xy_goods_price | int| 商品价格 | | xy_goods_pay_price | double | 实付金额 | | xy_goods_discount_id | int | 优惠id | | xy_goods_discount_name | string | 优惠名称 | | xy_goods_address | string | 商品邮寄地址 | | xy_goods_person | string |收件人 | | xy_goods_phone | string | 连接方式| | xy_goods_order_state | int | 0 未付款 1已付款 | | xy_goods_remark | string | 商品备注 | | xy_goods_time | datetime | 商品兑换时间 | | xy_goods_state | int | 0 未发货 1 已发货| | xy_goods_isdel | int | 0正常 1 删除