public class Base extends Object implements Serializable
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateTime() |
String |
getDesc() |
String |
getEnv() |
String |
getId() |
int |
getIsDelete() |
Date |
getUpdateTime() |
String |
getUuid() |
void |
setCreateTime(Date createTime) |
void |
setDesc(String desc) |
void |
setEnv(String env) |
void |
setId(String id) |
void |
setIsDelete(int isDelete) |
void |
setUpdateTime(Date updateTime) |
void |
setUuid(String uuid) |
String |
toString() |
public String getId()
public void setId(String id)
public String getUuid()
public void setUuid(String uuid)
public String getDesc()
public void setDesc(String desc)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public int getIsDelete()
public void setIsDelete(int isDelete)
public String getEnv()
public void setEnv(String env)
Copyright © 2022. All rights reserved.