|
@@ -12,12 +12,10 @@ type Product struct {
|
|
|
SupplyId primitive.ObjectID `bson:"supplyId,omitempty" json:"supplyId"`
|
|
|
SenceId primitive.ObjectID `bson:"senceId,omitempty" json:"senceId"` // 场景id,3d展示
|
|
|
Name string `bson:"name,omitempty" json:"name"`
|
|
|
- Link string `bson:"link,omitempty" json:"link"` // todo old
|
|
|
Type string `bson:"type,omitempty" json:"type"` // 类型 单鞋:shoes 凉鞋:sandals 靴子:boots
|
|
|
Unit string `bson:"unit,omitempty" json:"unit"` // 型号
|
|
|
Price float64 `bson:"price,omitempty" json:"price"`
|
|
|
Cover string `bson:"cover,omitempty" json:"cover"` // 封面图
|
|
|
- Color []string `bson:"color,omitempty" json:"color"` // todo old
|
|
|
Colors []*ColorObj `bson:"colors,omitempty" json:"colors"`
|
|
|
Size []int `bson:"size,omitempty" json:"size"` // 尺寸
|
|
|
Thumbnail []string `bson:"thumbnail,omitempty" json:"thumbnail"` // 缩略图集合
|