public class UserCompanyRelation extends Object implements Serializable
| 构造器和说明 |
|---|
UserCompanyRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBarcode() |
Long |
getCid() |
String |
getCooperationLevel() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getCreditCode() |
Integer |
getGrade() |
Long |
getId() |
String |
getLicense() |
Long |
getPreApplyAt() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBarcode(String barcode) |
void |
setCid(Long cid) |
void |
setCooperationLevel(String cooperationLevel) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCreditCode(String creditCode) |
void |
setGrade(Integer grade) |
void |
setId(Long id) |
void |
setLicense(String license) |
void |
setPreApplyAt(Long preApplyAt) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Integer getGrade()
public void setGrade(Integer grade)
public String getCooperationLevel()
public void setCooperationLevel(String cooperationLevel)
public String getBarcode()
public void setBarcode(String barcode)
public String getLicense()
public void setLicense(String license)
public String getCreditCode()
public void setCreditCode(String creditCode)
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCid()
public void setCid(Long cid)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getPreApplyAt()
public void setPreApplyAt(Long preApplyAt)
Copyright © 2017. All rights reserved.