public interface SysConfigService extends com.baomidou.mybatisplus.extension.service.IService<SysConfig>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkConfigKeyUnique(SysConfig config) |
void |
clearConfigCache() |
int |
deleteConfigByIds(Long[] configIds) |
void |
loadingConfigCache() |
void |
resetConfigCache() |
Object |
selectConfigByKey(String configKey) |
com.baomidou.mybatisplus.core.metadata.IPage<SysConfig> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysConfig> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysConfig> 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<SysConfig> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysConfig> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysConfig> query)
int deleteConfigByIds(Long[] configIds)
void resetConfigCache()
void clearConfigCache()
void loadingConfigCache()
boolean checkConfigKeyUnique(SysConfig config)
Copyright © 2023. All rights reserved.