| | |
| | | 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;
|
| | | import com.ruoyi.doublePrevention.entity.*;
|
| | | import com.ruoyi.doublePrevention.entity.dto.req.*;
|
| | | import com.ruoyi.doublePrevention.entity.dto.resp.*;
|
| | | import com.ruoyi.doublePrevention.repository.param.PreventPointAndMeasureParams;
|
| | |
| | | * 查询管控措施信息
|
| | | */
|
| | | PreventRiskControlMeasure getRiskControlMeasureInfo(Long checkPointId);
|
| | | /**
|
| | | * 查询隐患附属表信息
|
| | | */
|
| | | PreventRiskDangerInfo getDangerInfoById(Long id);
|
| | | }
|