liwei 2 年 前
コミット
5d150e3743
1 ファイル変更3 行追加0 行削除
  1. 3 0
      boxcost/db/model/bill.go

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

@@ -106,6 +106,9 @@ type ProduceBill struct {
 	CreateTime time.Time `bson:"createTime,omitempty" json:"createTime"`
 	UpdateTime time.Time `bson:"updateTime,omitempty" json:"updateTime"`
 
+	//确认收货数量
+	ConfirmCount int `bson:"confirmCount,omitempty" json:"confirmCount"`
+
 	//供应商
 	Supplier string `bson:"supplier,omitempty" json:"supplier"`