feature/add-field-store-code-warehouse #176

Merged
minhnguyen merged 8 commits from feature/add-field-store-code-warehouse into develop 2024-08-05 03:19:23 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 78194a2d43 - Show all commits

View File

@ -157,6 +157,7 @@ type WarehouseNatsResponse struct {
ReasonPendingInactive string `json:"reasonPendingInactive"` ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"` IsPendingInactive bool `json:"isPendingInactive"`
IsFromInternational bool `json:"isFromInternational"` IsFromInternational bool `json:"isFromInternational"`
StoreCode string `json:"storeCode"`
} }
// WarehouseInfo ... // WarehouseInfo ...