|
|
@@ -11,6 +11,9 @@ type HappyOrchardRewardExchangeRecords struct { |
|
|
|
WaterNums int `json:"water_nums" xorm:"not null default 0 comment('所需水滴数') INT(11)"` |
|
|
|
State int `json:"state" xorm:"not null default 0 comment('兑换状态(1:未发放 2:已发放)') TINYINT(1)"` |
|
|
|
RecordId int `json:"record_id" xorm:"default 0 INT(11)"` |
|
|
|
Detail string `json:"detail" xorm:"not null default '' comment('收货地址') VARCHAR(255)"` |
|
|
|
Receiver string `json:"receiver" xorm:"not null default '' comment('收货人') CHAR(50)"` |
|
|
|
ReceiverPhone string `json:"receiver_phone" xorm:"not null default '' comment('收货人手机号') CHAR(50)"` |
|
|
|
LogisticCompany string `json:"logistic_company" xorm:"not null default '' comment('物流公司') VARCHAR(255)"` |
|
|
|
LogisticCompanyCode string `json:"logistic_company_code" xorm:"not null default '' comment('物流公司代号') CHAR(50)"` |
|
|
|
LogisticNum string `json:"logistic_num" xorm:"default '' comment('物流单号') VARCHAR(255)"` |
|
|
|