@TableName(value="EASYAPI_ARTICLE") public class DBArticleEntity extends BaseDbEntity
createTime, deleted, id, projectId, updateTime| 构造器和说明 |
|---|
DBArticleEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
byte[] |
getContentBytes() |
String |
getH5() |
byte[] |
getH5Bytes() |
String |
getTitle() |
void |
setContent(String content) |
void |
setContentBytes(byte[] contentBytes) |
void |
setH5(String h5) |
void |
setH5Bytes(byte[] h5Bytes) |
void |
setTitle(String title) |
getCreateTime, getDeleted, getId, getProjectId, getUpdateTime, setCreateTime, setDeleted, setId, setProjectId, setUpdateTimepublic String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public byte[] getContentBytes()
public void setContentBytes(byte[] contentBytes)
public String getH5()
public void setH5(String h5)
public byte[] getH5Bytes()
public void setH5Bytes(byte[] h5Bytes)
Copyright © 2022. All rights reserved.