| | |
| | | import com.gkhy.safePlatform.commons.query.PageQuery; |
| | | import com.gkhy.safePlatform.commons.vo.ResultVO; |
| | | import com.gkhy.safePlatform.commons.vo.SearchResultVO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.req.AccidentExpressCasualtyReqDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.req.AccidentExpressReqDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentExpressDetailRespDTO; |
| | | import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentExpressPageRespDTO; |
| | |
| | | ResultVO updateAccidentExpress(Long uid, AccidentExpressReqDTO AccidentExpressReqDTO); |
| | | |
| | | ResultVO batchDeleteAccidentExpress(String ids); |
| | | |
| | | ResultVO selectAccidentExpressCasualtyList(Long accidentExpressId); |
| | | |
| | | ResultVO addAccidentExpressCasualty(Long uid, AccidentExpressCasualtyReqDTO accidentExpressCasualtyReqDTO); |
| | | |
| | | ResultVO delAccidentExpressCasualty(Long accidentExpressId); |
| | | } |