animeic 2 ani în urmă
părinte
comite
d4c2442789
1 a modificat fișierele cu 1 adăugiri și 5 ștergeri
  1. 1 5
      boxcost/db/model/bill.go

+ 1 - 5
boxcost/db/model/bill.go

@@ -113,11 +113,7 @@ type ProduceBillData struct {
 	//交货时间
 	DeliveryTime time.Time `bson:"deliveryTime,omitempty" json:"deliveryTime"`
 
-	// 确认收货数量
-	BatchCount int `bson:"batchCount,omitempty" json:"batchCount"`
-
-	// 工艺数量
-	CraftNum int `bson:"craftNum,omitempty" json:"craftNum"`
+	Unit string `bson:"unit,omitempty" json:"unit"`
 }
 
 type ProduceBill struct {