| | |
| | | package com.ruoyi.project.tr.specialCheck.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.HandlerSpecialCheckReportParam; |
| | |
| | | |
| | | int save(TbSpecialCheckTaskLog tbSpecialCheckTaskLog); |
| | | |
| | | int updateEventReportStatusZhunDong(HandlerZDReportParam handlerZDReportParam); |
| | | |
| | | List<TbSpecialCheckTaskLog> listZDCheckRecordLog(); |
| | | |
| | | TbSpecialCheckTaskLog getSpecialCheckTaskLogByIndexId(Long indexId); |
| | | |
| | | int updateSpecialCheckTaskLogById(TbSpecialCheckTaskLogUpdateBO updateBO); |