接口 DictService
- 所有已知实现类:
DictServiceImpl
字典目录接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
方法概要
从接口继承的方法 plus.hiver.common.base.HiverBaseService
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
-
方法详细资料
-
findAllOrderBySortOrder
排序获取全部- 返回:
- 字典列表
-
findByType
通过type获取- 参数:
type- 字典类型- 返回:
- 字典信息
-
findByTitleOrTypeLike
模糊搜索- 参数:
key- 关键字- 返回:
- 字典列表
-