public class Person extends AbstractPojo
| 构造器和说明 |
|---|
Person() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBirthDay() |
String |
getCellphone() |
String |
getCode() |
String |
getEmail() |
String |
getIdCardNo() |
String |
getName() |
Integer |
getSex() |
void |
setBirthDay(String birthDay) |
void |
setCellphone(String cellphone) |
void |
setCode(String code) |
void |
setEmail(String email) |
void |
setIdCardNo(String idCardNo) |
void |
setSex(Integer sex) |
getCreated, setCreated, setName@Description(name="\u4eba\u5458\u59d3\u540d") public String getName()
getName 在类中 AbstractPojopublic String getBirthDay()
public void setBirthDay(String birthDay)
public Integer getSex()
public void setSex(Integer sex)
public String getIdCardNo()
public void setIdCardNo(String idCardNo)
public String getCellphone()
public void setCellphone(String cellphone)
public String getCode()
public void setCode(String code)
public String getEmail()
public void setEmail(String email)
Copyright © 2018. All rights reserved.