@Service public class DictServiceImpl extends cn.net.wanmo.base.service.impl.BaseExtendLayUIServiceImpl<Dict,DictDao> implements DictService
| 构造器和说明 |
|---|
DictServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearCache() |
List<Dict> |
findListByType(String type)
根据类型返回字典信息
|
List<String> |
findListType()
查询所有 dict_type 集合
|
Dict |
getByTypeValue(String type,
String value)
根据类型和值 返回字典
|
delete, delete, deleteList, findList, findList, findList, findList, findListInEntitysForId, findListInIds, findPage, findPage, findPage, findPage, get, get, insert, remove, remove, removeList, save, saveList, updatepublic List<String> findListType()
DictServicefindListType 在接口中 DictServicepublic List<Dict> findListByType(String type)
DictServicefindListByType 在接口中 DictServicepublic Dict getByTypeValue(String type, String value)
DictServicegetByTypeValue 在接口中 DictServiceCopyright © 2023. All rights reserved.