| | |
| | |
|
| | | import com.baomidou.mybatisplus.core.metadata.IPage;
|
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskCheckUnit;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskEvent;
|
| | | import com.ruoyi.doublePrevention.entity.dto.req.*;
|
| | |
| | | * 保存原检查点与管控措施的对应关系
|
| | | */
|
| | | int insertPointAndMeasure(PreventPointAndMeasureParams pointAndMeasureParams);
|
| | |
|
| | | /**
|
| | | * @description 根据原检查点查询 原检查点与管控措施对应记录
|
| | | */
|
| | | PreventRiskCheckUnit getRiskUnitByBaseCheckPointId(Long checkPointId);
|
| | |
|
| | | }
|