双重预防项目-国泰新华二开定制版
16639036659
2024-06-13 faa6130891b7ab6e9fe14a5afb33e003b2a19b1f
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);
}