| | |
| | | package com.ruoyi.project.tr.specialCheck.mapper;
|
| | |
|
| | | 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;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckScoreAndDangerLogQueryBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemDangerLog;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckScoreAndDangerLog;
|
| | | import org.springframework.stereotype.Repository;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | @Repository
|
| | | public interface TbSpecialCheckScoreAndDangerLogMapper {
|
| | |
|
| | | List<TbSpecialCheckScoreAndDangerLog> selectSpecialCheckScoreAndDangerLogPage(TbSpecialCheckScoreAndDangerLogQueryBO scoreAndDangerLogBO);
|
| | |
|
| | | int save(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog);
|
| | |
|
| | | TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogByIndexId(Long indexId);
|
| | |
|
| | | int updateSpecialCheckScoreAndDangerLogById(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog);
|
| | |
|
| | | int deleteTbSpecialCheckScoreAndDangerLog(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog);
|
| | |
|
| | | List<TbSpecialCheckScoreAndDangerLog> listItemDangerReportTask();
|
| | |
|
| | | void updateItemDangerReportStatusById(HandlerSpecialCheckReportParam handlerCJReportParam);
|
| | |
|
| | | TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogById(String id);
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.mapper; |
| | | |
| | | 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; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckScoreAndDangerLogQueryBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemDangerLog; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckScoreAndDangerLog; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import java.util.List; |
| | | |
| | | @Repository |
| | | public interface TbSpecialCheckScoreAndDangerLogMapper { |
| | | |
| | | List<TbSpecialCheckScoreAndDangerLog> selectSpecialCheckScoreAndDangerLogPage(TbSpecialCheckScoreAndDangerLogQueryBO scoreAndDangerLogBO); |
| | | |
| | | int save(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog); |
| | | |
| | | TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogByIndexId(Long indexId); |
| | | |
| | | int updateSpecialCheckScoreAndDangerLogById(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog); |
| | | |
| | | int deleteTbSpecialCheckScoreAndDangerLog(TbSpecialCheckScoreAndDangerLog scoreAndDangerLog); |
| | | |
| | | List<TbSpecialCheckScoreAndDangerLog> listItemDangerReportTask(); |
| | | |
| | | void updateItemDangerReportStatusById(HandlerSpecialCheckReportParam handlerCJReportParam); |
| | | |
| | | TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogById(String id); |
| | | |
| | | List<TbSpecialCheckScoreAndDangerLog> listScoreAndDangerLogReportList(); |
| | | } |