Uses of Class
cn.sinozg.applet.biz.opt.vo.response.OptLogDataPageResponse
Packages that use OptLogDataPageResponse
Package
Description
-
Uses of OptLogDataPageResponse in cn.sinozg.applet.biz.opt.mapper
Methods in cn.sinozg.applet.biz.opt.mapper that return types with arguments of type OptLogDataPageResponseModifier and TypeMethodDescriptioncom.baomidou.mybatisplus.core.metadata.IPage<OptLogDataPageResponse>OptLogDataMapper.pageInfo(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataPageResponse> page, OptLogDataPageRequest params) 根据条件分页查询操作、数据日志记录列表Method parameters in cn.sinozg.applet.biz.opt.mapper with type arguments of type OptLogDataPageResponseModifier and TypeMethodDescriptioncom.baomidou.mybatisplus.core.metadata.IPage<OptLogDataPageResponse>OptLogDataMapper.pageInfo(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataPageResponse> page, OptLogDataPageRequest params) 根据条件分页查询操作、数据日志记录列表 -
Uses of OptLogDataPageResponse in cn.sinozg.applet.biz.opt.service
Methods in cn.sinozg.applet.biz.opt.service that return types with arguments of type OptLogDataPageResponseModifier and TypeMethodDescriptionOptLogDataService.pageInfo(PagingRequest page, OptLogDataPageRequest params) 分页查询 -
Uses of OptLogDataPageResponse in cn.sinozg.applet.biz.opt.service.impl
Methods in cn.sinozg.applet.biz.opt.service.impl that return types with arguments of type OptLogDataPageResponseModifier and TypeMethodDescriptionOptLogDataServiceImpl.pageInfo(PagingRequest page, OptLogDataPageRequest params)