Feature/seller by #27

Merged
anbuiselly merged 2 commits from feature/seller-by-id into develop 2022-09-19 07:54:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 35a811886b - Show all commits

View File

@ -2,7 +2,7 @@ package model
// ResponseSellerInfo ...
type ResponseSellerInfo struct {
ID string `json:"id"`
ID string `json:"_id"`
Name string `json:"name"`
Code string `json:"code"`
}