liwei 2 年之前
父節點
當前提交
b89278f372
共有 1 個文件被更改,包括 3 次插入0 次删除
  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"`
 }