@TableName(value="OUTGIVINGLOG", name="\u5206\u53d1\u65e5\u5fd7") public class OutGivingLog extends BaseWorkspaceModel
Constructor and Description |
---|
OutGivingLog() |
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime() |
String |
getNodeId() |
String |
getOutGivingId() |
String |
getProjectId() |
String |
getResult() |
Long |
getStartTime() |
Integer |
getStatus() |
void |
setEndTime(Long endTime) |
void |
setNodeId(String nodeId) |
void |
setOutGivingId(String outGivingId) |
void |
setProjectId(String projectId) |
void |
setResult(String result) |
void |
setStartTime(Long startTime) |
void |
setStatus(Integer status) |
toString
toJson
public String getOutGivingId()
public void setOutGivingId(String outGivingId)
public Integer getStatus()
public void setStatus(Integer status)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getResult()
public void setResult(String result)
public String getNodeId()
public void setNodeId(String nodeId)
public String getProjectId()
public void setProjectId(String projectId)
Copyright © 2017–2022. All rights reserved.