|
@@ -12,4 +12,5 @@ type RedPacketSubsidyFlow struct { |
|
|
OtherMoney string `json:"other_money" xorm:"DECIMAL(20,2)"` |
|
|
OtherMoney string `json:"other_money" xorm:"DECIMAL(20,2)"` |
|
|
Uid int `json:"uid" xorm:"default 0 unique(date) INT(11)"` |
|
|
Uid int `json:"uid" xorm:"default 0 unique(date) INT(11)"` |
|
|
StoreId int `json:"store_id" xorm:"default 0 unique(date) INT(11)"` |
|
|
StoreId int `json:"store_id" xorm:"default 0 unique(date) INT(11)"` |
|
|
|
|
|
IsPop int `json:"is_pop" xorm:"default 0 comment('是否弹窗') INT(1)"` |
|
|
} |
|
|
} |