@Service public class SysDictTypeServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysDictTypeMapper,SysDictType> implements SysDictTypeService
| 构造器和说明 |
|---|
SysDictTypeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkDictTypeUnique(SysDictType dict) |
int |
deleteDictTypeByIds(Long[] dictIds) |
void |
resetDictCache() |
List<SysDictData> |
selectDictDataByType(String dictType)
根据字典类型查询字典数据
|
com.baomidou.mybatisplus.core.metadata.IPage<SysDictType> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysDictType> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysDictType> query) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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 com.baomidou.mybatisplus.core.metadata.IPage<SysDictType> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysDictType> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysDictType> query)
selectListPage 在接口中 SysDictTypeServicepublic List<SysDictData> selectDictDataByType(String dictType)
selectDictDataByType 在接口中 SysDictTypeServicedictType - 字典类型public int deleteDictTypeByIds(Long[] dictIds)
deleteDictTypeByIds 在接口中 SysDictTypeServicepublic boolean checkDictTypeUnique(SysDictType dict)
checkDictTypeUnique 在接口中 SysDictTypeServicepublic void resetDictCache()
resetDictCache 在接口中 SysDictTypeServiceCopyright © 2023. All rights reserved.