| | |
| | | package com.ruoyi.project.tr.specialCheck.mapper; |
| | | |
| | | import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.HandlerSpecialCheckReportParam; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogUpdateBO; |
| | |
| | | TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogById(String id); |
| | | |
| | | List<TbSpecialCheckScoreAndDangerLog> listScoreAndDangerLogReportList(); |
| | | |
| | | List<TbSpecialCheckScoreAndDangerLog> listCheckDangerList(); |
| | | |
| | | int updateEventReportStatusZhunDong(HandlerZDReportParam handlerZDReportParam); |
| | | |
| | | int updateEventReportStatusZhunDongSp(HandlerZDReportParam handlerZDReportParam); |
| | | } |