package com.ruoyi.doublePrevention.service.baseService; import com.ruoyi.doublePrevention.entity.dto.req.RiskOldInfoQueryReqDTO; import com.ruoyi.doublePrevention.entity.dto.resp.RiskOldInfoQueryRespDTO; import com.ruoyi.doublePrevention.vo.ResultVO; import java.util.List; public interface RiskOldInfoService { ResultVO selectOldRiskInfoPage(RiskOldInfoQueryReqDTO queryReqDTO); }