refactor-location #134
|
@ -0,0 +1 @@
|
|||
package model
|
|
@ -0,0 +1 @@
|
|||
package model
|
|
@ -3,7 +3,6 @@ package model
|
|||
// LoginUserResponse ...
|
||||
type LoginUserResponse struct {
|
||||
ID string `json:"_id"`
|
||||
Token string `json:"token"`
|
||||
RequireToChangePassword bool `json:"requireToChangePassword"`
|
||||
SupplierID string `json:"supplierId"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue