From 006accb41597d6b9c74ad0c5136503a17a366acd Mon Sep 17 00:00:00 2001 From: trunglt251292 Date: Thu, 27 Oct 2022 16:29:38 +0700 Subject: [PATCH] [Update] Response warehouse --- model/warehouse_response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/warehouse_response.go b/model/warehouse_response.go index c667290..0b6cee0 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -119,6 +119,7 @@ type CommonLocation struct { ID string `json:"id"` Name string `json:"name"` Code int `json:"code"` + Slug string `json:"slug"` } // ResponseLatLng ...