public interface DictService extends cn.net.wanmo.base.service.BaseExtendLayUIService<Dict>
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dict> |
findListByType(String type)
根据类型返回字典信息
|
List<String> |
findListType()
查询所有 dict_type 集合
|
Dict |
getByTypeValue(String type,
String value)
根据类型和值 返回字典
|
Copyright © 2023. All rights reserved.