public class Namecards extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON |
| 构造器和说明 |
|---|
Namecards() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvatar() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDepartmentId() |
String |
getEmail() |
Long |
getId() |
String |
getIntroduction() |
String |
getJsonInfo() |
Long |
getMerchantId() |
String |
getMobile() |
String |
getName() |
String |
getPosition() |
Integer |
getStatus() |
Integer |
getStyle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getWechat() |
void |
setAvatar(String avatar) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDepartmentId(Long departmentId) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setIntroduction(String introduction) |
void |
setJsonInfo(String jsonInfo) |
void |
setMerchantId(Long merchantId) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPosition(String position) |
void |
setStatus(Integer status) |
void |
setStyle(Integer style) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setWechat(String wechat) |
String |
toString() |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public String getAvatar()
public void setAvatar(String avatar)
public String getWechat()
public void setWechat(String wechat)
public Long getDepartmentId()
public void setDepartmentId(Long departmentId)
public String getPosition()
public void setPosition(String position)
public String getIntroduction()
public void setIntroduction(String introduction)
public Integer getStatus()
public void setStatus(Integer status)
public String getJsonInfo()
public void setJsonInfo(String jsonInfo)
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)
public Integer getStyle()
public void setStyle(Integer style)
Copyright © 2021. All rights reserved.