mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a6f9f9eac7 - Show all commits

View File

@ -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"`
}