|
@@ -24,9 +24,6 @@ type PaperBill struct {
|
|
PriceUnit string `bson:"priceUnit,omitempty" json:"priceUnit"`
|
|
PriceUnit string `bson:"priceUnit,omitempty" json:"priceUnit"`
|
|
Price2Unit string `bson:"price2Unit,omitempty" json:"price2Unit"`
|
|
Price2Unit string `bson:"price2Unit,omitempty" json:"price2Unit"`
|
|
|
|
|
|
- //数量
|
|
|
|
- // Count int `bson:"count,omitempty" json:"count"`
|
|
|
|
-
|
|
|
|
// 下单数量
|
|
// 下单数量
|
|
OrderCount int `bson:"orderCount,omitempty" json:"orderCount"`
|
|
OrderCount int `bson:"orderCount,omitempty" json:"orderCount"`
|
|
|
|
|
|
@@ -95,9 +92,6 @@ type ProduceBillData struct {
|
|
|
|
|
|
Price2 float64 `bson:"price2,omitempty" json:"price2"`
|
|
Price2 float64 `bson:"price2,omitempty" json:"price2"`
|
|
|
|
|
|
- // 成品数量
|
|
|
|
- // Count int `bson:"count,omitempty" json:"count"`
|
|
|
|
-
|
|
|
|
// 下单数量
|
|
// 下单数量
|
|
OrderCount int `bson:"orderCount,omitempty" json:"orderCount"`
|
|
OrderCount int `bson:"orderCount,omitempty" json:"orderCount"`
|
|
|
|
|