|
|
@ -15,34 +15,34 @@ 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 string `json:"SeatQuery_ProductFamilies"` // 座椅关联的派生
|
|
|
|
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 { |
|
|
|
ProductFamilyId string `json:"ProductFamilyInventoryQuery_ProductFamilyId"` // 派生号
|
|
|
|
InventoryQuantity float64 `json:"ProductFamilyInventoryQuery_InventoryQuantity"` // 库存数量
|
|
|
|
PackOrders []ProductFamilyInventoryQuery_PackOrderSummary `json:"ProductFamilyInventoryQuery_PackOrders"` // 派生关联的包装单
|
|
|
|
ProductFamilyId string `json:"ProductFamilyInventoryQuery-ProductFamilyId"` // 派生号
|
|
|
|
InventoryQuantity float64 `json:"ProductFamilyInventoryQuery-InventoryQuantity"` // 库存数量
|
|
|
|
PackOrders []ProductFamilyInventoryQuery_PackOrderSummary `json:"ProductFamilyInventoryQuery-PackOrders"` // 派生关联的包装单
|
|
|
|
} |
|
|
|
|
|
|
|
type ProductFamilyInventoryQuery_PackOrderSummary struct { |
|
|
|
InventoryQuantity float64 `json:"ProductFamilyInventoryQuery_InventoryQuantity"` // 库存数量
|
|
|
|
PackOrderId string `json:"ProductFamilyInventoryQuery_PackOrderId"` // 包装单号
|
|
|
|
PackStatus int `json:"ProductFamilyInventoryQuery_PackStatus"` // 包装状态
|
|
|
|
PackTime *grmi.DateTime `json:"ProductFamilyInventoryQuery_PackTime"` // 包装时间
|
|
|
|
ShipOrderId string `json:"ProductFamilyInventoryQuery_ShipOrderId"` // 发运单号
|
|
|
|
ShipTime *grmi.DateTime `json:"ProductFamilyInventoryQuery_ShipTime"` // 发运时间
|
|
|
|
ShipType string `json:"ProductFamilyInventoryQuery_ShipType"` // 发运模式
|
|
|
|
Seats []ProductFamilyInventoryQuery_SeatSummary `json:"ProductFamilyInventoryQuery_Seats"` // 包装单关联的座椅
|
|
|
|
InventoryQuantity float64 `json:"ProductFamilyInventoryQuery-InventoryQuantity"` // 库存数量
|
|
|
|
PackOrderId string `json:"ProductFamilyInventoryQuery-PackOrderId"` // 包装单号
|
|
|
|
PackStatus int `json:"ProductFamilyInventoryQuery-PackStatus"` // 包装状态
|
|
|
|
PackTime *grmi.DateTime `json:"ProductFamilyInventoryQuery-PackTime"` // 包装时间
|
|
|
|
ShipOrderId string `json:"ProductFamilyInventoryQuery-ShipOrderId"` // 发运单号
|
|
|
|
ShipTime *grmi.DateTime `json:"ProductFamilyInventoryQuery-ShipTime"` // 发运时间
|
|
|
|
ShipType string `json:"ProductFamilyInventoryQuery-ShipType"` // 发运模式
|
|
|
|
Seats []ProductFamilyInventoryQuery_SeatSummary `json:"ProductFamilyInventoryQuery-Seats"` // 包装单关联的座椅
|
|
|
|
} |
|
|
|
|
|
|
|
type ProductFamilyInventoryQuery_SeatSummary struct { |
|
|
|
SerialOrderId string `json:"ProductFamilyInventoryQuery_SerialOrderId"` // 座椅条码
|
|
|
|
SerialOrderId string `json:"ProductFamilyInventoryQuery-SerialOrderId"` // 座椅条码
|
|
|
|
} |
|
|
|
|
|
|
|
type wrapper_SerialOrder struct { |
|
|
|