public class SysParam extends Object implements Serializable
| Constructor and Description |
|---|
SysParam() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDesc()
描述
|
Long |
getGroupId()
分组Id
|
Long |
getId() |
String |
getKey()
参数标识
|
String |
getName()
参数名称
|
Integer |
getType()
0-参数,1-分组
|
String |
getUserKey()
用户标识
|
String |
getValue()
参数值
|
int |
hashCode() |
void |
setDesc(String desc)
描述
|
void |
setGroupId(Long groupId)
分组Id
|
void |
setId(Long id) |
void |
setKey(String key)
参数标识
|
void |
setName(String name)
参数名称
|
void |
setType(Integer type)
0-参数,1-分组
|
void |
setUserKey(String userKey)
用户标识
|
void |
setValue(String value)
参数值
|
String |
toString() |
public Long getId()
public String getName()
public String getKey()
public String getValue()
public String getDesc()
public Long getGroupId()
public String getUserKey()
public Integer getType()
public void setId(Long id)
public void setName(String name)
public void setKey(String key)
public void setValue(String value)
public void setDesc(String desc)
public void setGroupId(Long groupId)
public void setUserKey(String userKey)
public void setType(Integer type)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.