@Service public class SysDictItemServiceImpl extends ExtendServiceImpl<SysDictItemMapper,SysDictItem> implements SysDictItemService
baseMapper, entityClass, log, mapperClassDEFAULT_BATCH_SIZE| 构造器和说明 |
|---|
SysDictItemServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
根据字典标识删除对应字典项
|
currentMapperClass, currentModelClass, executeBatch, getBaseMapper, getEntityClass, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdpublic com.hccake.ballcat.common.model.domain.PageResult<SysDictItemPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, String dictCode)
queryPage 在接口中 SysDictItemServicepageParam - 分页参数dictCode - 字典标识public List<SysDictItem> listByDictCode(String dictCode)
listByDictCode 在接口中 SysDictItemServicedictCode - 字典标识public boolean removeByDictCode(String dictCode)
removeByDictCode 在接口中 SysDictItemServicedictCode - 字典标识public boolean exist(String dictCode)
exist 在接口中 SysDictItemServicedictCode - 字典标识Copyright © 2023. All rights reserved.