liwei 2 năm trước cách đây
mục cha
commit
b89278f372
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"`
 }