查待出库的

This commit is contained in:
苏尹岚
2020-09-09 10:59:42 +08:00
parent 5207d068c2
commit 17428c16d7
4 changed files with 7 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ type CallBackResult struct {
Pin string `json:"pin"`
IDSopShipmenttype string `json:"idSopShipmenttype"`
ScDT string `json:"scDT"`
SellerDiscount string `json:"sellerDiscount"`
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
}