|
|
@ -80,6 +80,7 @@ type Base struct {
|
|
|
|
Length float64 `json:"length"`
|
|
|
|
Length float64 `json:"length"`
|
|
|
|
Width float64 `json:"Width"`
|
|
|
|
Width float64 `json:"Width"`
|
|
|
|
Height float64 `json:"Height"`
|
|
|
|
Height float64 `json:"Height"`
|
|
|
|
|
|
|
|
Weight float64 `json:"weight"`
|
|
|
|
PackageType string `json:"packageType"`
|
|
|
|
PackageType string `json:"packageType"`
|
|
|
|
Model string `json:"model"`
|
|
|
|
Model string `json:"model"`
|
|
|
|
Color string `json:"color"`
|
|
|
|
Color string `json:"color"`
|
|
|
|