build auth sms

This commit is contained in:
Tue 2022-11-04 15:20:31 +07:00
parent 32e93323b7
commit b6f390064b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ type SupplierUserBrief struct {
Status string `json:"status"`
Avatar interface{} `json:"avatar"`
Type string `json:"type"`
Warehouses []string `json:"warehouses"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`
}