public class BaseBean extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Long |
createTime |
protected Integer |
deleted |
protected Long |
id |
protected String |
json |
protected Long |
updateTime |
| 构造器和说明 |
|---|
BaseBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateTime() |
Integer |
getDeleted() |
Long |
getId() |
String |
getJson() |
Long |
getUpdateTime() |
void |
setCreateTime(Long createTime) |
void |
setDeleted(Integer deleted) |
void |
setId(Long id) |
void |
setJson(String json) |
void |
setUpdateTime(Long updateTime) |
public Long getId()
public void setId(Long id)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getUpdateTime()
public void setUpdateTime(Long updateTime)
public Integer getDeleted()
public void setDeleted(Integer deleted)
public String getJson()
public void setJson(String json)
Copyright © 2021. All rights reserved.