public interface SysConfigService extends ExtendService<SysConfig>
DEFAULT_BATCH_SIZE| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConfValueByKey(String confKey)
根据配置key获取对应value
|
com.hccake.ballcat.common.model.domain.PageResult<SysConfigPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
SysConfigQO sysConfigQO)
根据QueryObject查询分页数据
|
boolean |
removeByKey(String confKey)
根据 confKey 进行删除
|
boolean |
updateByKey(SysConfig sysConfig)
根据 confKey 进行更新
|
getBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdcom.hccake.ballcat.common.model.domain.PageResult<SysConfigPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, SysConfigQO sysConfigQO)
pageParam - 分页参数sysConfigQO - 查询参数对象String getConfValueByKey(String confKey)
confKey - 配置keyboolean updateByKey(SysConfig sysConfig)
sysConfig - 系统配置boolean removeByKey(String confKey)
confKey - 配置keyCopyright © 2023. All rights reserved.