| | |
| | | package com.ruoyi.doublePrevention.service;
|
| | |
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskCheckUnit;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskEvent;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskJobAndMeasure;
|
| | |
| | | * 定时生成排查任务记录时,
|
| | | * 插入检查点附属表
|
| | | */
|
| | | void insertCheckAndMeasure(Long id, HiddenDangerCheckPoint hdcp);
|
| | | int insertCheckAndMeasure(Long id, HiddenDangerCheckPoint hdcp);
|
| | | /**
|
| | | * 删除定时核查任务
|
| | | * */
|
| | |
| | | */
|
| | | List<PreventRiskUnitCodeAndNameListQueryRespDTO> listRiskUnitCodeAndName();
|
| | |
|
| | | /**
|
| | | * 管控措施-不分页查询
|
| | | */
|
| | | ResultVO<List<PreventRiskControlMeasureListQueryRespDTO>> listRiskControlMeasure();
|
| | | /**
|
| | | * 通过排查点,查找管控措施id
|
| | | */
|
| | | PreventRiskCheckUnit getRiskControlMeasureByCheckPointId(Long checkPointId);
|
| | | }
|