类的使用
plus.hiver.module.open.entity.Client
使用Client的程序包
程序包
说明
-
plus.hiver.module.open.controller中Client的使用
返回变量类型为Client的类型的plus.hiver.module.open.controller中的方法修饰符和类型方法说明plus.hiver.common.api.Result<org.springframework.data.domain.Page<Client>>ClientController.getByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo) 参数类型为Client的plus.hiver.module.open.controller中的方法修饰符和类型方法说明plus.hiver.common.api.Result<org.springframework.data.domain.Page<Client>>ClientController.getByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo) -
plus.hiver.module.open.service中Client的使用
返回变量类型为Client的类型的plus.hiver.module.open.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Client>ClientService.findByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取参数类型为Client的plus.hiver.module.open.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Client>ClientService.findByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取 -
plus.hiver.module.open.serviceimpl中Client的使用
返回变量类型为Client的类型的plus.hiver.module.open.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Client>ClientServiceImpl.findByCondition(Client client, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 参数类型为Client的plus.hiver.module.open.serviceimpl中的方法