Merge pull request 'setup-holiday-warehouse-admin' (#105) from setup-holiday-warehouse-admin into develop
Reviewed-on: #105
This commit is contained in:
commit
0fc3119b61
|
@ -130,19 +130,21 @@ type ResponseLatLng struct {
|
|||
|
||||
// WarehouseNatsResponse ...
|
||||
type WarehouseNatsResponse struct {
|
||||
ID string `json:"_id"`
|
||||
Staff string `json:"staff"`
|
||||
BusinessType string `json:"businessType"`
|
||||
Name string `json:"name"`
|
||||
SearchString string `json:"searchString"`
|
||||
Slug string `json:"slug"`
|
||||
Status string `json:"status"`
|
||||
Supplier string `json:"supplier"`
|
||||
Contact ResponseWarehouseContact `json:"contact"`
|
||||
Location ResponseWarehouseLocation `json:"location"`
|
||||
Configurations WarehouseConfiguration `json:"configurations"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
ID string `json:"_id"`
|
||||
Staff string `json:"staff"`
|
||||
BusinessType string `json:"businessType"`
|
||||
Name string `json:"name"`
|
||||
SearchString string `json:"searchString"`
|
||||
Slug string `json:"slug"`
|
||||
Status string `json:"status"`
|
||||
Supplier string `json:"supplier"`
|
||||
Contact ResponseWarehouseContact `json:"contact"`
|
||||
Location ResponseWarehouseLocation `json:"location"`
|
||||
Configurations WarehouseConfiguration `json:"configurations"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
IsPendingActive bool `json:"isPendingActive"`
|
||||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||
}
|
||||
|
||||
// WarehouseInfo ...
|
||||
|
|
Loading…
Reference in New Issue