|
@@ -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"`
|
|
|
- Link string `bson:"link,omitempty" json:"link"`
|
|
|
+ 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"`
|