liwei 2 yıl önce
ebeveyn
işleme
b89278f372
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      boxcost/db/model/bill.go

+ 3 - 0
boxcost/db/model/bill.go

@@ -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"`
 }