@Tne(value="EASYAPI_MODULE_SCRIPT") public class DBModuleScriptEntity extends BaseDbEntity
createTime, deleted, id, projectId, updateTime| 构造器和说明 |
|---|
DBModuleScriptEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
Long |
getModuleId() |
String |
getParseKey() |
String |
getParseType() |
String |
getScript() |
Integer |
getSort() |
Long |
getUserId() |
String |
getValName() |
String |
getValType() |
void |
setDescription(String description) |
void |
setModuleId(Long moduleId) |
void |
setParseKey(String parseKey) |
void |
setParseType(String parseType) |
void |
setScript(String script) |
void |
setSort(Integer sort) |
void |
setUserId(Long userId) |
void |
setValName(String valName) |
void |
setValType(String valType) |
getCreateTime, getDeleted, getId, getProjectId, getUpdateTime, setCreateTime, setDeleted, setId, setProjectId, setUpdateTimepublic Long getModuleId()
public void setModuleId(Long moduleId)
public Long getUserId()
public void setUserId(Long userId)
public String getDescription()
public void setDescription(String description)
public String getValName()
public void setValName(String valName)
public String getValType()
public void setValType(String valType)
public String getScript()
public void setScript(String script)
public String getParseKey()
public void setParseKey(String parseKey)
public String getParseType()
public void setParseType(String parseType)
public Integer getSort()
public void setSort(Integer sort)
Copyright © 2021. All rights reserved.