refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 722fa1aacf - Show all commits

View File

@ -88,6 +88,7 @@ type SyncORStatusResponse struct {
OrderCode string `json:"orderCode"` OrderCode string `json:"orderCode"`
Status string `json:"status"` Status string `json:"status"`
DeliveryStatus string `json:"deliveryStatus"` DeliveryStatus string `json:"deliveryStatus"`
Data OrderORData `json:"data"`
} }
// ResponseWarehouseContact ... // ResponseWarehouseContact ...