Merge pull request #27 from Selly-Modules/feature/seller-by-id

Feature/seller by
This commit is contained in:
anbuiselly 2022-09-19 14:54:08 +07:00 committed by GitHub
commit c449dd44f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
} }