Merge pull request #26 from Selly-Modules/get-seller-by-ids
edit type id
This commit is contained in:
		
						commit
						99eacb44a8
					
				| 
						 | 
					@ -2,7 +2,7 @@ package model
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ResponseSellerInfo ...
 | 
					// ResponseSellerInfo ...
 | 
				
			||||||
type ResponseSellerInfo struct {
 | 
					type ResponseSellerInfo struct {
 | 
				
			||||||
	ID   string `json:"id"`
 | 
						ID   string `json:"_id"`
 | 
				
			||||||
	Name string `json:"name"`
 | 
						Name string `json:"name"`
 | 
				
			||||||
	Code string `json:"code"`
 | 
						Code string `json:"code"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue