Merge branch 'master' of git.selly.red:Selly-Modules/natsio into supplier-setup-product
This commit is contained in:
commit
e7888e2c4c
|
@ -129,19 +129,21 @@ type ResponseLatLng struct {
|
||||||
|
|
||||||
// WarehouseNatsResponse ...
|
// WarehouseNatsResponse ...
|
||||||
type WarehouseNatsResponse struct {
|
type WarehouseNatsResponse struct {
|
||||||
ID string `json:"_id"`
|
ID string `json:"_id"`
|
||||||
Staff string `json:"staff"`
|
Staff string `json:"staff"`
|
||||||
BusinessType string `json:"businessType"`
|
BusinessType string `json:"businessType"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
SearchString string `json:"searchString"`
|
SearchString string `json:"searchString"`
|
||||||
Slug string `json:"slug"`
|
Slug string `json:"slug"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Supplier string `json:"supplier"`
|
Supplier string `json:"supplier"`
|
||||||
Contact ResponseWarehouseContact `json:"contact"`
|
Contact ResponseWarehouseContact `json:"contact"`
|
||||||
Location ResponseWarehouseLocation `json:"location"`
|
Location ResponseWarehouseLocation `json:"location"`
|
||||||
Configurations WarehouseConfiguration `json:"configurations"`
|
Configurations WarehouseConfiguration `json:"configurations"`
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
CreatedAt time.Time `json:"createdAt"`
|
||||||
UpdatedAt time.Time `json:"updatedAt"`
|
UpdatedAt time.Time `json:"updatedAt"`
|
||||||
|
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||||
|
IsPendingInactive bool `json:"isPendingInactive"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseInfo ...
|
// WarehouseInfo ...
|
||||||
|
|
Loading…
Reference in New Issue