add-field-store-code-warehouse

This commit is contained in:
Nguyen Minh 2024-08-05 10:18:45 +07:00
parent 0f40121bf7
commit 78194a2d43
1 changed files with 1 additions and 0 deletions

View File

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