public interface SysDictService extends ExtendService<SysDict>
DEFAULT_BATCH_SIZE| 限定符和类型 | 方法和说明 |
|---|---|
SysDict |
getByCode(String dictCode)
根据字典标识查询
|
List<SysDict> |
listByCodes(String[] dictCodes)
根据字典标识数组查询对应字典集合
|
com.hccake.ballcat.common.model.domain.PageResult<SysDictPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
SysDictQO qo)
根据QueryObject查询分页数据
|
boolean |
updateHashCode(String dictCode)
更新字典HashCode
|
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<SysDictPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, SysDictQO qo)
pageParam - 分页参数qo - 查询参数对象List<SysDict> listByCodes(String[] dictCodes)
dictCodes - 字典标识数组boolean updateHashCode(String dictCode)
dictCode - 字典标识Copyright © 2023. All rights reserved.