|
|
@ -15,17 +15,13 @@ import ( |
|
|
|
) |
|
|
|
|
|
|
|
type SeatQuery_PackOrderSummary struct { |
|
|
|
PackOrderId string `json:"SeatQuery_PackOrderId"` // 包装单号
|
|
|
|
QualityCheckTime grmi.DateTime `json:"SeatQuery_QualityCheckTime"` // 目检时间
|
|
|
|
PackTime grmi.DateTime `json:"SeatQuery_PackTime"` // 打包时间
|
|
|
|
ShipOrderId string `json:"SeatQuery_ShipOrderId"` // 发运单号
|
|
|
|
ShipTime grmi.DateTime `json:"SeatQuery_ShipTime"` // 发运时间
|
|
|
|
ShipType string `json:"SeatQuery_ShipType` // 发运模式
|
|
|
|
ProductFamilies []SeatQuery_ProductFamilySummary `json:"SeatQuery_ProductFamilies"` // 座椅关联的派生
|
|
|
|
} |
|
|
|
|
|
|
|
type SeatQuery_ProductFamilySummary struct { |
|
|
|
ProductFamilyId string `json:"SeatQuery_ProductFamilyId"` // 派生号
|
|
|
|
PackOrderId string `json:"SeatQuery_PackOrderId"` // 包装单号
|
|
|
|
QualityCheckTime grmi.DateTime `json:"SeatQuery_QualityCheckTime"` // 目检时间
|
|
|
|
PackTime grmi.DateTime `json:"SeatQuery_PackTime"` // 打包时间
|
|
|
|
ShipOrderId string `json:"SeatQuery_ShipOrderId"` // 发运单号
|
|
|
|
ShipTime grmi.DateTime `json:"SeatQuery_ShipTime"` // 发运时间
|
|
|
|
ShipType string `json:"SeatQuery_ShipType` // 发运模式
|
|
|
|
ProductFamilies string `json:"SeatQuery_ProductFamilies"` // 座椅关联的派生
|
|
|
|
} |
|
|
|
|
|
|
|
type ProductFamilyInventoryQuery_ProductFamilyStatistics struct { |
|
|
|