This commit is contained in:
anbuiselly 2023-01-17 14:23:24 +07:00
parent 292c7733f0
commit 49156e576d
1 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,6 @@ type UpdateStatusWarehousePendingInactiveRequest struct {
// UpdateStatusWarehousePendingInactive ... // UpdateStatusWarehousePendingInactive ...
type UpdateStatusWarehousePendingInactive struct { type UpdateStatusWarehousePendingInactive struct {
WarehouseID string `json:"warehouse"` WarehouseID string `json:"warehouse"`
Status string `json:"status"` PendingInactive bool `json:"pendingInactive"`
} }