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