public class BindPhoneDto extends Object
| 构造器和说明 |
|---|
BindPhoneDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPassCode() |
String |
getPhoneCountryCode() |
String |
getPhoneNumber() |
void |
setPassCode(String passCode) |
void |
setPhoneCountryCode(String phoneCountryCode) |
void |
setPhoneNumber(String phoneNumber) |
public String getPassCode()
public void setPassCode(String passCode)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getPhoneCountryCode()
public void setPhoneCountryCode(String phoneCountryCode)
Copyright © 2022. All rights reserved.