public interface SysDictItemService extends ExtendService<SysDictItem>
DEFAULT_BATCH_SIZE| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exist(String dictCode)
根据字典标识判断是否存在对应字典项
|
List<SysDictItem> |
listByDictCode(String dictCode)
根据Code查询对应字典项数据
|
com.hccake.ballcat.common.model.domain.PageResult<SysDictItemPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
String dictCode)
根据QueryObject查询分页数据
|
boolean |
removeByDictCode(String dictCode)
根据字典标识删除对应字典项
|
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<SysDictItemPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, String dictCode)
pageParam - 分页参数dictCode - 查询参数对象List<SysDictItem> listByDictCode(String dictCode)
dictCode - 字典标识boolean removeByDictCode(String dictCode)
dictCode - 字典标识boolean exist(String dictCode)
dictCode - 字典标识Copyright © 2023. All rights reserved.