双重预防项目-国泰新华二开定制版
heheng
2025-10-20 2b67ed2da39eba5824cfee7950e03be2c1a256ec
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);
}