|
|
@ -16,7 +16,7 @@ type UserPrize struct { |
|
|
|
PrizeName string `json:"prize_name" xorm:"not null default('') comment('奖品名字') VARCHAR(128)"` |
|
|
|
PrizeImg string `json:"prize_img" xorm:"not null default('') comment('奖品图片') VARCHAR(255)"` |
|
|
|
PrizeType int `json:"prize_type" xorm:"not null default(0) comment('订单来源1普通抽奖2订单抽奖3订单送礼4直播下单') INT(11)"` |
|
|
|
Status int `json:"status" xorm:"not null default 0 comment('是否兑奖0否1是') TINYINT(1)"` |
|
|
|
Status int `json:"status" xorm:"not null default 0 comment('是否已经兑奖0否1是') TINYINT(1)"` |
|
|
|
Name string `json:"name" xorm:"not null default '' comment('姓名') VARCHAR(128)"` |
|
|
|
Phone string `json:"phone" xorm:"not null default '' comment('电话号码') VARCHAR(128)"` |
|
|
|
WxNo string `json:"wx_no" xorm:"not null default '' comment('微信号') VARCHAR(128)"` |
|
|
|