@Entity public class Dict extends BaseEntity
enabled| 构造器和说明 |
|---|
Dict() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dict> |
getChildren() |
String |
getDescription() |
String |
getDict_key() |
Dict |
getParent() |
String |
getTitle() |
int |
getType() |
String |
getValue() |
int |
getWeight() |
void |
setChildren(List<Dict> children) |
void |
setDescription(String description) |
void |
setDict_key(String dict_key) |
void |
setParent(Dict parent) |
void |
setTitle(String title) |
void |
setType(int type) |
void |
setValue(String value) |
void |
setWeight(int weight) |
getCreateAt, getUpdateAt, isEnabled, setCreateAt, setEnabled, setUpdateAtpublic int getType()
public void setType(int type)
public String getDict_key()
public void setDict_key(String dict_key)
public String getTitle()
public void setTitle(String title)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public int getWeight()
public void setWeight(int weight)
public Dict getParent()
public void setParent(Dict parent)
Copyright © 2020 GTMAP. All rights reserved.