build auth sms

This commit is contained in:
Tue 2022-11-03 14:14:25 +07:00
parent b4811f091e
commit 32e93323b7
1 changed files with 1 additions and 0 deletions

View File

@ -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 {