refactor-location #134
|
@ -5,4 +5,6 @@ type CreateUserSMSRequest struct {
|
|||
Phone string `json:"phone"`
|
||||
Email string `json:"email"`
|
||||
Supplier string `json:"supplier"`
|
||||
RoleID string `json:"roleId"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue