| | |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.req.AccidentReportReqDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentReportDetailRespDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentReportPageRespDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentStatisticDTO; |
| | | import com.gkhy.safePlatform.incidentManage.query.AccidentReportQuery; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | ResultVO updateAccidentReport(Long uid, AccidentReportReqDTO AccidentReportReqDTO); |
| | | |
| | | ResultVO batchDeleteAccidentReport(String ids); |
| | | ResultVO batchDeleteAccidentReport(Long[] ids); |
| | | |
| | | } |