Merge pull request #12 from Selly-Modules/get-location-warehouse
edit type field code
This commit is contained in:
		
						commit
						22da1b76c5
					
				| 
						 | 
					@ -10,19 +10,19 @@ type ResponseLocationAddress struct {
 | 
				
			||||||
type LocationProvince struct {
 | 
					type LocationProvince struct {
 | 
				
			||||||
	ID   string `json:"id"`
 | 
						ID   string `json:"id"`
 | 
				
			||||||
	Name string `json:"name"`
 | 
						Name string `json:"name"`
 | 
				
			||||||
	Code string `json:"code"`
 | 
						Code int    `json:"code"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// LocationDistrict ...
 | 
					// LocationDistrict ...
 | 
				
			||||||
type LocationDistrict struct {
 | 
					type LocationDistrict struct {
 | 
				
			||||||
	ID   string `json:"id"`
 | 
						ID   string `json:"id"`
 | 
				
			||||||
	Name string `json:"name"`
 | 
						Name string `json:"name"`
 | 
				
			||||||
	Code string `json:"code"`
 | 
						Code int    `json:"code"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// LocationWard ...
 | 
					// LocationWard ...
 | 
				
			||||||
type LocationWard struct {
 | 
					type LocationWard struct {
 | 
				
			||||||
	ID   string `json:"id"`
 | 
						ID   string `json:"id"`
 | 
				
			||||||
	Name string `json:"name"`
 | 
						Name string `json:"name"`
 | 
				
			||||||
	Code string `json:"code"`
 | 
						Code int    `json:"code"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue