| | |
| | | package com.ruoyi.doublePrevention.service.baseService;
|
| | |
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskDangerCheckAndMeasure;
|
| | | import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.HiddenDangerCheckPoint;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | |
| | | List<PreventRiskDangerCheckAndMeasure> getByBaseCheckPointId(Long checkPointId);
|
| | |
|
| | | PreventRiskDangerCheckAndMeasure getByDangerCheckPointId(Long dangerCheckPointId);
|
| | |
|
| | | int updateCheckDesc(HiddenDangerCheckPoint hdcp);
|
| | |
|
| | | List<PreventRiskDangerCheckAndMeasure> getByCheckId(Long checkId);
|
| | | }
|