@Service public class DictCodeServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<DictCodeMapper,DictCode> implements DictCodeService
efficient_dict_code 服务实现类
| 构造器和说明 |
|---|
DictCodeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DictCode> |
findByType(String type)
详情
|
Map<String,String> |
findMapByType(String type)
字典表 map
|
Map<String,String> |
findReversalMapByType(String type)
字典表 反转map
|
List<TreeNode> |
findTree(String type)
查找字典表树结构
|
void |
init()
初始化字典表
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic List<DictCode> findByType(String type)
DictCodeServicefindByType 在接口中 DictCodeServicepublic Map<String,String> findMapByType(String type)
DictCodeServicefindMapByType 在接口中 DictCodeServicetype - 字典表类型public Map<String,String> findReversalMapByType(String type)
DictCodeServicefindReversalMapByType 在接口中 DictCodeServicetype - 字典表类型public void init()
DictCodeServiceinit 在接口中 DictCodeServicepublic List<TreeNode> findTree(String type)
DictCodeServicefindTree 在接口中 DictCodeServicetype - 字典表类型Copyright © 2024. All rights reserved.