public class UserStudentRelation extends Object implements Serializable
| 构造器和说明 |
|---|
UserStudentRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFamilyName() |
Long |
getId() |
Long |
getMerchantId() |
Integer |
getRelationship() |
Long |
getStudentId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFamilyName(String familyName) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setRelationship(Integer relationship) |
void |
setStudentId(Long studentId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getStudentId()
public void setStudentId(Long studentId)
public Long getUserId()
public void setUserId(Long userId)
public Integer getRelationship()
public void setRelationship(Integer relationship)
public String getFamilyName()
public void setFamilyName(String familyName)
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)
Copyright © 2022. All rights reserved.