双重预防项目-国泰新华二开定制版
heheng
2025-10-20 317ec348c68c176eada17c509adb45526772fe1b
src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java
@@ -1,5 +1,6 @@
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;
@@ -30,4 +31,10 @@
    TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogById(String id);
    List<TbSpecialCheckScoreAndDangerLog> listScoreAndDangerLogReportList();
    List<TbSpecialCheckScoreAndDangerLog> listCheckDangerList();
    int updateEventReportStatusZhunDong(HandlerZDReportParam handlerZDReportParam);
    int updateEventReportStatusZhunDongSp(HandlerZDReportParam handlerZDReportParam);
}