| | |
| | | import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.RiskCheckPointDTO; |
| | | import com.ruoyi.project.tr.riskCheckPoint.domain.RiskCheckPoint; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | HiddenDangerCheckPoint getHiddenDangerCheckPointById(Long dangerCheckPointId); |
| | | |
| | | List<HiddenDangerCheckPoint> getHiddenDangerCheckPointByCheckId(Long checkId); |
| | | |
| | | int rectifyTimeOut(Long id , Date rectifyDeadlineTime); |
| | | |
| | | int updateConfirm(HiddenDangerCheckPoint hdcp); |
| | | |
| | | List<HiddenDangerCheckPoint> selectHiddenDangerCheckPointListNew(HiddenDangerCheckPoint hiddenDangerCheckPoint); |
| | | } |