animeic %!s(int64=2) %!d(string=hai) anos
pai
achega
47cf08a5ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      boxcost/db/model/pack.go

+ 1 - 1
boxcost/db/model/pack.go

@@ -61,7 +61,7 @@ type ComponentStage struct {
 
 	// 供应相关信息
 	// 交货时间
-	DeliveryTime *time.Time `bson:"deliveryTime,omitempty" json:"deliveryTime"`
+	DeliveryTime time.Time `bson:"deliveryTime,omitempty" json:"deliveryTime"`
 
 	// 供应商信息
 	SupplierInfo *Supplier `bson:"supplierInfo,omitempty" json:"supplierInfo"`