@TableName(value="EASYAPI_DICT") public class DBDictEntity extends BaseDbEntity
createTime, deleted, id, projectId, updateTime| 构造器和说明 |
|---|
DBDictEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttach() |
String |
getDictKey() |
String |
getDictVal() |
byte[] |
getDictValBytes() |
String |
getRemark() |
void |
setAttach(String attach) |
void |
setDictKey(String dictKey) |
void |
setDictVal(String dictVal) |
void |
setDictValBytes(byte[] dictValBytes) |
void |
setRemark(String remark) |
static String |
syncInfoKey() |
static String |
syncInterfacesKey() |
static String |
syncSecretKey() |
static String |
syncStatusKey() |
getCreateTime, getDeleted, getId, getProjectId, getUpdateTime, setCreateTime, setDeleted, setId, setProjectId, setUpdateTimepublic String getDictKey()
public void setDictKey(String dictKey)
public String getDictVal()
public void setDictVal(String dictVal)
public byte[] getDictValBytes()
public void setDictValBytes(byte[] dictValBytes)
public String getAttach()
public void setAttach(String attach)
public String getRemark()
public void setRemark(String remark)
public static String syncStatusKey()
public static String syncInterfacesKey()
public static String syncInfoKey()
public static String syncSecretKey()
Copyright © 2022. All rights reserved.