双重预防项目-国泰新华二开定制版
16639036659
2023-08-25 2165f5c087838fa0a72034a7d6f938ee80d1f0e7
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);
}