public class SysParamDTO extends SysParamBaseDTO
| Constructor and Description |
|---|
SysParamDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getGroupId()
分组的唯一标识(不可修改)
|
String |
getGroupKey()
分组标识
|
String |
getValue()
参数值
|
int |
hashCode() |
void |
setGroupId(Long groupId)
分组的唯一标识(不可修改)
|
void |
setGroupKey(String groupKey)
分组标识
|
void |
setValue(String value)
参数值
|
String |
toString() |
public String getGroupKey()
public Long getGroupId()
public String getValue()
public void setGroupKey(String groupKey)
public void setGroupId(Long groupId)
public void setValue(String value)
public String toString()
toString in class SysParamBaseDTOpublic boolean equals(Object o)
equals in class SysParamBaseDTOprotected boolean canEqual(Object other)
canEqual in class SysParamBaseDTOpublic int hashCode()
hashCode in class SysParamBaseDTOCopyright © 2025. All rights reserved.