| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskEvent; |
| | | import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam; |
| | | import com.ruoyi.doublePrevention.repository.param.HandlerReportParam; |
| | | |
| | |
| | | * 上报数据-查询待上报数据 |
| | | * */ |
| | | List<PreventCJReportRiskEvent> listReportEventDate(); |
| | | |
| | | |
| | | List<PreventCJReportRiskEvent> listReportEventDateHuaiDong(); |
| | | |
| | | /** |
| | | * 修改上报状态 |
| | | * */ |
| | | int updateEventReportStatusHuaiDong(HandlerZDReportParam handlerReportParam); |
| | | /** |
| | | * 修改上报状态 |
| | | * */ |