双重预防项目-国泰新华二开定制版
马宇豪
2023-12-04 f038b614a79cc076cce2f26bc5a1e98eba388160
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerCheckAndMeasureRepository.java
@@ -1,6 +1,7 @@
package com.ruoyi.doublePrevention.repository;
import com.ruoyi.doublePrevention.entity.PreventRiskDangerCheckAndMeasure;
import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.HiddenDangerCheckPoint;
import org.springframework.stereotype.Repository;
import java.util.List;
@@ -16,4 +17,8 @@
    List<PreventRiskDangerCheckAndMeasure> getByBaseCheckPointId(Long checkPointId);
    PreventRiskDangerCheckAndMeasure getByDangerCheckPointId(Long dangerCheckPointId);
    int updateCheckDesc(HiddenDangerCheckPoint hdcp);
    List<PreventRiskDangerCheckAndMeasure> getByCheckId(Long checkId);
}