public interface DictService extends com.baomidou.mybatisplus.extension.service.IService<SysDict>, DictApi
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(DictRequest dictRequest)
新增字典
|
void |
del(DictRequest dictRequest)
删除字典
|
SysDict |
detail(DictRequest dictRequest)
查询字典详情
|
void |
edit(DictRequest dictRequest)
修改字典
|
List<SysDict> |
findList(DictRequest dictRequest)
获取字典列表
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysDict> |
findPage(DictRequest dictRequest)
获取字典列表(带分页)
|
List<TreeDictInfo> |
getTreeDictList(DictRequest dictRequest)
获取树形字典列表(antdv在用)
|
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, updateByIddeleteByDictId, getDictDetailsByDictTypeCode, getDictNamevoid add(DictRequest dictRequest)
dictRequest - 字典对象void del(DictRequest dictRequest)
dictRequest - 字典对象void edit(DictRequest dictRequest)
dictRequest - 字典对象SysDict detail(DictRequest dictRequest)
dictRequest - 字典idList<SysDict> findList(DictRequest dictRequest)
dictRequest - 字典对象cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysDict> findPage(DictRequest dictRequest)
dictRequest - 查询条件List<TreeDictInfo> getTreeDictList(DictRequest dictRequest)
dictRequest - 查询条件Copyright © 2022. All rights reserved.