Class DictDataPageRequest

java.lang.Object
cn.sinozg.applet.biz.system.vo.request.DictDataPageRequest

public class DictDataPageRequest extends Object
字典查询 请求参数
  • Field Details

    • dictType

      private String dictType
      字典类型
    • dictValue

      private String dictValue
      字典键值
    • dictLabel

      private String dictLabel
      字典标签
    • jsonLabel

      private String jsonLabel
      json字典标签
    • i18n

      private String i18n
      国际化
  • Constructor Details

    • DictDataPageRequest

      public DictDataPageRequest()
  • Method Details

    • getDictType

      public String getDictType()
      获取 字典类型
      Returns:
      dictType 字典类型
    • setDictType

      public void setDictType(String dictType)
      设置 字典类型
      Parameters:
      dictType - 字典类型
    • getDictValue

      public String getDictValue()
      获取 字典键值
      Returns:
      dictValue 字典键值
    • setDictValue

      public void setDictValue(String dictValue)
      设置 字典键值
      Parameters:
      dictValue - 字典键值
    • getDictLabel

      public String getDictLabel()
      获取 字典标签
      Returns:
      dictLabel 字典标签
    • setDictLabel

      public void setDictLabel(String dictLabel)
      设置 字典标签
      Parameters:
      dictLabel - 字典标签
    • getJsonLabel

      public String getJsonLabel()
      获取 json字典标签
      Returns:
      jsonLabel json字典标签
    • setJsonLabel

      public void setJsonLabel(String jsonLabel)
      设置 json字典标签
      Parameters:
      jsonLabel - json字典标签
    • getI18n

      public String getI18n()
      获取 国际化
      Returns:
      i18n 国际化
    • setI18n

      public void setI18n(String i18n)
      设置 国际化
      Parameters:
      i18n - 国际化