Merge branch 'feature/selly-mall-v1-kin' into develop

This commit is contained in:
kingphon 2023-09-22 11:17:04 +07:00
commit 1b2dd9376a
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 ...