| | |
| | | import com.ruoyi.doublePrevention.entity.PreventRiskEvent;
|
| | | import com.ruoyi.doublePrevention.entity.dto.req.*;
|
| | | import com.ruoyi.doublePrevention.entity.dto.resp.*;
|
| | | import com.ruoyi.doublePrevention.repository.param.PreventPointAndMeasureParams;
|
| | | import com.ruoyi.doublePrevention.vo.ResultVO;
|
| | | import com.ruoyi.project.tr.riskList.domain.RiskList;
|
| | |
|
| | |
| | | * 管控措施-分页查询
|
| | | */
|
| | | ResultVO<List<PreventRiskControlMeasurePageQueryRespDTO>> getRiskControlMeasurePage(PreventRiskControlMeasureQueryReqDTO measureQueryReqDTO);
|
| | |
|
| | | /**
|
| | | * 保存原检查点与管控措施的对应关系
|
| | | */
|
| | | int insertPointAndMeasure(PreventPointAndMeasureParams pointAndMeasureParams);
|
| | | }
|