| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoOp.OpeIssueReport; |
| | | import com.dy.pipIrrGlobal.voOp.VoIssueReport; |
| | | import com.dy.pipIrrGlobal.voOp.VoIssueReport_temp; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoIssueReport> getIssueReports(Map<?, ?> params); |
| | | List<VoIssueReport_temp> getIssueReports(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 根据上报ID及巡检员ID获取未删除的上报,删除上报判断使用 |
| | |
| | | * @return |
| | | */ |
| | | Integer deleteIssueReport(Long issueReportId); |
| | | |
| | | /** |
| | | * 根据问题上报记录主键获取获取巡检员问题上报记录视图对象 |
| | | * @param issueReportId |
| | | * @return |
| | | */ |
| | | VoIssueReport_temp getIssueReportById(Long issueReportId); |
| | | } |