Merge pull request 'add field IsPendingInactive' (#107) from setup-holiday-warehouse-admin into develop

Reviewed-on: #107
This commit is contained in:
phuanbui 2022-12-14 03:53:40 +00:00
commit 3a9f8b1436
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ type WarehouseNatsResponse struct {
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"`
}
// WarehouseInfo ...