@VTable(tableName="tb_mock", comment="\u6d4b\u8bd5\u5b9e\u4f53") public class Mock extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
class |
Mock.LevelMap |
static class |
Mock.SexEnum |
| 构造器和说明 |
|---|
Mock() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
Date |
getCreateTime() |
String |
getDepict() |
Long |
getId() |
String |
getPass() |
Integer |
getSex() |
void |
setAccount(String account) |
void |
setCreateTime(Date createTime) |
void |
setDepict(String depict) |
void |
setId(Long id) |
void |
setPass(String pass) |
void |
setSex(Integer sex) |
public Long getId()
public void setId(Long id)
public String getAccount()
public void setAccount(String account)
public String getPass()
public void setPass(String pass)
public Integer getSex()
public void setSex(Integer sex)
public String getDepict()
public void setDepict(String depict)
public Date getCreateTime()
public void setCreateTime(Date createTime)
Copyright © 2017. All rights reserved.