public class CompanyServerRelation extends Object implements Serializable
| 构造器和说明 |
|---|
CompanyServerRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCid() |
Integer |
getCountNum() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFavo() |
Long |
getId() |
Long |
getSid() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCid(Long cid) |
void |
setCountNum(Integer countNum) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFavo(String favo) |
void |
setId(Long id) |
void |
setSid(Long sid) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getUid()
public void setUid(Long uid)
public Integer getCountNum()
public void setCountNum(Integer countNum)
public Long getId()
public void setId(Long id)
public Long getSid()
public void setSid(Long sid)
public Long getCid()
public void setCid(Long cid)
public Integer getStatus()
public void setStatus(Integer status)
public String getFavo()
public void setFavo(String favo)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.