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