animeic 2 년 전
부모
커밋
d4c2442789
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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 {