Compare commits

...

2 Commits

Author SHA1 Message Date
kingphon 1b2dd9376a Merge branch 'feature/selly-mall-v1-kin' into develop 2023-09-22 11:17:04 +07:00
kingphon 8dd914ca4e add-field-mall 2023-09-22 11:15:56 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ type ResponseSupplierInfo struct {
Rating float64 `json:"rating"`
Inventories []*SKUCommonInfo `json:"inventories"`
Active bool `json:"active"`
IsSellyMall bool `json:"isSellyMall"`
}
// SupplierStatistic ...