public class DictListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
code
枚举值编码
|
private String |
name
枚举值名称
|
| Constructor and Description |
|---|
DictListResponse() |
DictListResponse(String code,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
获取 枚举值编码
|
String |
getName()
获取 枚举值名称
|
void |
setCode(String code)
设置 枚举值编码
|
void |
setName(String name)
设置 枚举值名称
|
Copyright © 2024. All rights reserved.