接口 DictService


public interface DictService
作者:
ok1996
  • 方法概要

    修饰符和类型
    方法
    说明
    getDictItemList(String dictionaryParams)
    根据参数获取对应字典列表
  • 方法详细资料

    • getDictItemList

      List<DictItem> getDictItemList(String dictionaryParams)
      根据参数获取对应字典列表
      参数:
      dictionaryParams - 获取对应字典列表所需的参数
      返回:
      字典列表