public class DmDictValue extends Object implements Serializable
| Constructor and Description |
|---|
DmDictValue() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
编码
|
Long |
getDictionaryId()
字典标识
|
Long |
getFatherId()
父ID
|
Long |
getId()
id标识
|
Long |
getLevel()
级别
|
String |
getName()
名称
|
Long |
getOrder()
顺序
|
String |
getRemark()
备注
|
int |
hashCode() |
void |
setCode(String code)
编码
|
void |
setDictionaryId(Long dictionaryId)
字典标识
|
void |
setFatherId(Long fatherId)
父ID
|
void |
setId(Long id)
id标识
|
void |
setLevel(Long level)
级别
|
void |
setName(String name)
名称
|
void |
setOrder(Long order)
顺序
|
void |
setRemark(String remark)
备注
|
String |
toString() |
public Long getId()
public String getCode()
public String getName()
public String getRemark()
public Long getFatherId()
public Long getOrder()
public Long getDictionaryId()
public Long getLevel()
public void setId(Long id)
public void setCode(String code)
public void setName(String name)
public void setRemark(String remark)
public void setFatherId(Long fatherId)
public void setOrder(Long order)
public void setDictionaryId(Long dictionaryId)
public void setLevel(Long level)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.