add-field-mall

This commit is contained in:
kingphon 2023-09-22 11:15:56 +07:00
parent 10aec9f710
commit 8dd914ca4e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ type ResponseSupplierInfo struct {
ID string `json:"id"`
Name string `json:"name"`
BusinessType string `json:"businessType"`
IsSellyMall bool `json:"isSellyMall"`
}
// ResponseSupplierContract ...