add-field-mall #158

Merged
kingphon merged 1 commits from feature/selly-mall-v1-kin into master 2023-09-22 04:26:06 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8dd914ca4e - Show all commits

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 ...