@Tne(value="EASYAPI_MODULE_CONTROLLER") public class DBModuleControllerEntity extends BaseDbEntity
createTime, deleted, id, projectId, updateTime| 构造器和说明 |
|---|
DBModuleControllerEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
buildSearchTag(DBModuleControllerEntity entity) |
String |
getApiPath() |
String |
getAuthor() |
String |
getClassName() |
String |
getDescription() |
Long |
getModuleId() |
String |
getPinyin() |
String |
getSearchTags() |
Integer |
getShow() |
String |
getShowName() |
Integer |
getSort() |
String |
getSource() |
void |
setApiPath(String apiPath) |
void |
setAuthor(String author) |
void |
setClassName(String className) |
void |
setDescription(String description) |
void |
setModuleId(Long moduleId) |
void |
setPinyin(String pinyin) |
void |
setSearchTags(String searchTags) |
void |
setShow(Integer show) |
void |
setShowName(String showName) |
void |
setSort(Integer sort) |
void |
setSource(String source) |
getCreateTime, getDeleted, getId, getProjectId, getUpdateTime, setCreateTime, setDeleted, setId, setProjectId, setUpdateTimepublic static String buildSearchTag(DBModuleControllerEntity entity)
public Long getModuleId()
public void setModuleId(Long moduleId)
public String getClassName()
public void setClassName(String className)
public String getShowName()
public void setShowName(String showName)
public String getDescription()
public void setDescription(String description)
public String getAuthor()
public void setAuthor(String author)
public String getPinyin()
public void setPinyin(String pinyin)
public String getApiPath()
public void setApiPath(String apiPath)
public Integer getSort()
public void setSort(Integer sort)
public String getSource()
public void setSource(String source)
public String getSearchTags()
public void setSearchTags(String searchTags)
public Integer getShow()
public void setShow(Integer show)
Copyright © 2021. All rights reserved.