|
@@ -113,11 +113,7 @@ type ProduceBillData struct {
|
|
//交货时间
|
|
//交货时间
|
|
DeliveryTime time.Time `bson:"deliveryTime,omitempty" json:"deliveryTime"`
|
|
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 {
|
|
type ProduceBill struct {
|