[Update] Response supplier

This commit is contained in:
trunglt251292 2022-09-14 14:39:16 +07:00
parent cc48a083f2
commit 9f1f2faf9e
1 changed files with 9 additions and 7 deletions

View File

@ -4,6 +4,7 @@ package model
type ResponseSupplierInfo struct {
ID string `json:"id"`
Name string `json:"name"`
BusinessType string `json:"businessType"`
}
// ResponseSupplierContract ...
@ -19,6 +20,7 @@ type SupplierBrief struct {
ID string `json:"_id"`
Name string `json:"name"`
Status string `json:"status"`
BusinessType string `json:"businessType"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`
}