|
@@ -12,7 +12,7 @@ type Product struct {
|
|
|
SupplyId primitive.ObjectID `bson:"supplyId,omitempty" json:"supplyId"`
|
|
|
SenceId primitive.ObjectID `bson:"senceId,omitempty" json:"senceId"`
|
|
|
Name string `bson:"name,omitempty" json:"name"`
|
|
|
- Type string `bson:"type,omitempty" json:"type"`
|
|
|
+ Type string `bson:"type,omitempty" json:"type"`
|
|
|
Unit string `bson:"unit,omitempty" json:"unit"`
|
|
|
Price float64 `bson:"price,omitempty" json:"price"`
|
|
|
Cover string `bson:"cover,omitempty" json:"cover"`
|