edit type id

This commit is contained in:
phuanbui 2022-09-19 14:52:26 +07:00
parent 89967955ea
commit 35a811886b
1 changed files with 1 additions and 1 deletions

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