public class CountUser extends Object
| 构造器和说明 |
|---|
CountUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEducation() |
String |
getEmail() |
Integer |
getGender() |
String |
getLogo() |
String |
getPhone() |
Integer |
getUserId() |
void |
setEducation(String education) |
void |
setEmail(String email) |
void |
setGender(Integer gender) |
void |
setLogo(String logo) |
void |
setPhone(String phone) |
void |
setUserId(Integer userId) |
public Integer getUserId()
public void setUserId(Integer userId)
public String getPhone()
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public String getEducation()
public void setEducation(String education)
public Integer getGender()
public void setGender(Integer gender)
public String getLogo()
public void setLogo(String logo)
Copyright © 2020. All rights reserved.