|
@@ -12,7 +12,7 @@ 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"`
|
|
|
- Type string `bson:"type,omitempty" json:"type"` // 类型
|
|
|
+ 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"` // 封面图
|