public class Account extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ALI_ACCOUNT_TYPE |
static Integer |
WX_AXXOUNT_TYPE |
| 构造器和说明 |
|---|
Account() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
Integer |
getAccountType() |
String |
getActualName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAccount(String account) |
void |
setAccountType(Integer accountType) |
void |
setActualName(String actualName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer ALI_ACCOUNT_TYPE
public static final Integer WX_AXXOUNT_TYPE
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getAccount()
public void setAccount(String account)
public String getActualName()
public void setActualName(String actualName)
public Integer getAccountType()
public void setAccountType(Integer accountType)
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 © 2018. All rights reserved.