public class Student extends Object implements Serializable
| 构造器和说明 |
|---|
Student() |
public static final Long UNUSED
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getUserId()
public void setUserId(Long userId)
public String getIdNumber()
public void setIdNumber(String idNumber)
public Integer getRelationship()
public void setRelationship(Integer relationship)
public Integer getSex()
public void setSex(Integer sex)
public String getNationality()
public void setNationality(String nationality)
public String getContactPhone()
public void setContactPhone(String contactPhone)
public String getContacts()
public void setContacts(String contacts)
public String getName()
public void setName(String name)
public String getKeyword1()
public void setKeyword1(String keyword1)
public String getKeyword2()
public void setKeyword2(String keyword2)
public String getKeyword3()
public void setKeyword3(String keyword3)
public String getKeyword4()
public void setKeyword4(String keyword4)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Integer getAge()
public void setAge(Integer age)
public String getBirthday()
public void setBirthday(String birthday)
Copyright © 2022. All rights reserved.