refactor-location #134
|
@ -23,6 +23,7 @@ type SupplierUserBrief struct {
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Avatar interface{} `json:"avatar"`
|
Avatar interface{} `json:"avatar"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
|
Warehouses []string `json:"warehouses"`
|
||||||
CreatedAt string `json:"createdAt"`
|
CreatedAt string `json:"createdAt"`
|
||||||
UpdatedAt string `json:"updatedAt"`
|
UpdatedAt string `json:"updatedAt"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue