双重预防项目-国泰新华二开定制版
郑永安
2023-08-30 23707e9f7f9268316367feebe6149afd95266ffb
src/main/java/com/ruoyi/project/tr/hiddenDangerCheckPoint/mapper/HiddenDangerCheckPointMapper.java
@@ -5,6 +5,7 @@
import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.RiskCheckPointDTO;
import com.ruoyi.project.tr.riskCheckPoint.domain.RiskCheckPoint;
import java.util.Date;
import java.util.List;
/**
@@ -83,4 +84,6 @@
    HiddenDangerCheckPoint getHiddenDangerCheckPointById(Long dangerCheckPointId);
    List<HiddenDangerCheckPoint> getHiddenDangerCheckPointByCheckId(Long checkId);
    int rectifyTimeOut(Long id , Date rectifyDeadlineTime);
}