Uses of Class
cn.sinozg.applet.biz.opt.vo.request.OptLogDataByBizIdPageRequest
Packages that use OptLogDataByBizIdPageRequest
Package
Description
-
Uses of OptLogDataByBizIdPageRequest in cn.sinozg.applet.biz.opt.mapper
Methods in cn.sinozg.applet.biz.opt.mapper with parameters of type OptLogDataByBizIdPageRequestModifier and TypeMethodDescriptioncom.baomidou.mybatisplus.core.metadata.IPage<OptLogDataByBizIdPageResponse>OptLogDataMapper.logDataDetailByBizId(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataByBizIdPageResponse> page, OptLogDataByBizIdPageRequest params) 根据业务id查询修改详情分页OptLogDataMapper.logDataDetailById(OptLogDataByBizIdPageRequest params) 根据id查询修改详情 -
Uses of OptLogDataByBizIdPageRequest in cn.sinozg.applet.biz.opt.service
Methods in cn.sinozg.applet.biz.opt.service with parameters of type OptLogDataByBizIdPageRequestModifier and TypeMethodDescriptionOptLogDataService.logDataDetailByBizId(PagingRequest page, OptLogDataByBizIdPageRequest params) 根据业务ID 查询数据修改记录 -
Uses of OptLogDataByBizIdPageRequest in cn.sinozg.applet.biz.opt.service.impl
Methods in cn.sinozg.applet.biz.opt.service.impl with parameters of type OptLogDataByBizIdPageRequestModifier and TypeMethodDescriptionOptLogDataServiceImpl.logDataDetailByBizId(PagingRequest page, OptLogDataByBizIdPageRequest params)