refactor-location #134
|
@ -5,6 +5,7 @@ type LoginUserResponse struct {
|
||||||
ID string `json:"_id"`
|
ID string `json:"_id"`
|
||||||
RequireToChangePassword bool `json:"requireToChangePassword"`
|
RequireToChangePassword bool `json:"requireToChangePassword"`
|
||||||
SupplierID string `json:"supplierId"`
|
SupplierID string `json:"supplierId"`
|
||||||
|
Name string `json:"name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetListUserResponse struct {
|
type GetListUserResponse struct {
|
||||||
|
|
Loading…
Reference in New Issue