public class BSLExtraInfo extends Object implements Serializable
| 构造器和说明 |
|---|
BSLExtraInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreateBy() |
long |
getCreateTime() |
String |
getNs() |
String |
getUpdateBy() |
long |
getUpdateTime() |
void |
setCreateBy(String createBy) |
void |
setCreateTime(long createTime) |
void |
setNs(String ns) |
void |
setUpdateBy(String updateBy) |
void |
setUpdateTime(long updateTime) |
public String getCreateBy()
public void setCreateBy(String createBy)
public long getCreateTime()
public void setCreateTime(long createTime)
public String getUpdateBy()
public void setUpdateBy(String updateBy)
public long getUpdateTime()
public void setUpdateTime(long updateTime)
public String getNs()
public void setNs(String ns)
Copyright © 2019. All rights reserved.