setup-holiday-warehouse-admin #110
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -129,19 +129,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