public interface SysDictTypeService extends com.baomidou.mybatisplus.extension.service.IService<SysDictType>
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
count, 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, updateByIdcom.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)
List<SysDictData> selectDictDataByType(String dictType)
int deleteDictTypeByIds(Long[] dictIds)
boolean checkDictTypeUnique(SysDictType dict)
void resetDictCache()
Copyright © 2023. All rights reserved.