refactor-location #134
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue