|
@@ -51,6 +51,9 @@ type PurchaseBill struct {
|
|
|
//商品名字
|
|
|
ProductName string `bson:"productName,omitempty" json:"productName"`
|
|
|
|
|
|
+ //确认收货数量
|
|
|
+ ConfirmCount int `bson:"confirmCount,omitempty" json:"confirmCount"`
|
|
|
+
|
|
|
//纸张类采购
|
|
|
Paper []*PaperBill `bson:"papers,omitempty" json:"papers"`
|
|
|
}
|