|
|
@@ -35,8 +35,8 @@ type Cart struct {
|
|
|
SeckillEndAt int64 `orm:"-" json:"seckill_end"` // datetime
|
|
|
SeckilShowPrice int64 `orm:"-" json:"seckill_show_price"` // datetime
|
|
|
Package bool `orm:"-" json:"package"`
|
|
|
+ Pv int64 `orm:"-" json:"pv"` // pv
|
|
|
PackageList []*ProductItem `orm:"-" json:"package_list"` // varchar(255)
|
|
|
-
|
|
|
}
|
|
|
|
|
|
func (self *Cart) TableName() string {
|