类的使用
plus.hiver.module.system.entity.DictData
使用DictData的程序包
程序包
说明
-
plus.hiver.module.system.controller中DictData的使用
返回变量类型为DictData的类型的plus.hiver.module.system.controller中的方法修饰符和类型方法说明plus.hiver.common.api.Result<org.springframework.data.domain.Page<DictData>>DictDataController.getByCondition(DictData dictData, plus.hiver.common.vo.PageVo pageVo) 修饰符和类型方法说明plus.hiver.common.api.Resultplus.hiver.common.api.Resultplus.hiver.common.api.Result<org.springframework.data.domain.Page<DictData>>DictDataController.getByCondition(DictData dictData, plus.hiver.common.vo.PageVo pageVo) -
plus.hiver.module.system.dao中DictData的使用
返回变量类型为DictData的类型的plus.hiver.module.system.dao中的方法修饰符和类型方法说明DictDataDao.findByDictIdAndStatusOrderBySortOrder(Long dictId, Integer status) 通过dictId和状态获取 -
plus.hiver.module.system.service中DictData的使用
返回变量类型为DictData的类型的plus.hiver.module.system.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<DictData>DictDataService.findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable) 多条件获取DictDataService.findByDictId(Long dictId) 通过dictId获取启用字典 已排序参数类型为DictData的plus.hiver.module.system.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<DictData>DictDataService.findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable) 多条件获取 -
plus.hiver.module.system.serviceimpl中DictData的使用
返回变量类型为DictData的类型的plus.hiver.module.system.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<DictData>DictDataServiceImpl.findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable) DictDataServiceImpl.findByDictId(Long dictId) 修饰符和类型方法说明org.springframework.data.domain.Page<DictData>DictDataServiceImpl.findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable)