diff --git a/model/supplier_user_response.go b/model/supplier_user_response.go index 01826ce..af13f88 100644 --- a/model/supplier_user_response.go +++ b/model/supplier_user_response.go @@ -5,6 +5,7 @@ type LoginUserResponse struct { ID string `json:"_id"` RequireToChangePassword bool `json:"requireToChangePassword"` SupplierID string `json:"supplierId"` + Name string `json:"name"` } type GetListUserResponse struct {