Class DictDataPageRequest
java.lang.Object
cn.sinozg.applet.biz.system.vo.request.DictDataPageRequest
字典查询 请求参数
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取 字典标签获取 字典类型获取 字典键值getI18n()获取 国际化获取 json字典标签voidsetDictLabel(String dictLabel) 设置 字典标签voidsetDictType(String dictType) 设置 字典类型voidsetDictValue(String dictValue) 设置 字典键值void设置 国际化voidsetJsonLabel(String jsonLabel) 设置 json字典标签
-
Field Details
-
dictType
字典类型 -
dictValue
字典键值 -
dictLabel
字典标签 -
jsonLabel
json字典标签 -
i18n
国际化
-
-
Constructor Details
-
DictDataPageRequest
public DictDataPageRequest()
-
-
Method Details
-
getDictType
获取 字典类型- Returns:
- dictType 字典类型
-
setDictType
设置 字典类型- Parameters:
dictType- 字典类型
-
getDictValue
获取 字典键值- Returns:
- dictValue 字典键值
-
setDictValue
设置 字典键值- Parameters:
dictValue- 字典键值
-
getDictLabel
获取 字典标签- Returns:
- dictLabel 字典标签
-
setDictLabel
设置 字典标签- Parameters:
dictLabel- 字典标签
-
getJsonLabel
获取 json字典标签- Returns:
- jsonLabel json字典标签
-
setJsonLabel
设置 json字典标签- Parameters:
jsonLabel- json字典标签
-
getI18n
获取 国际化- Returns:
- i18n 国际化
-
setI18n
设置 国际化- Parameters:
i18n- 国际化
-