| | |
| | | |
| | | SearchResultVO<List<AccidentExpressPageRespDTO>> selectAccidentExpressList(PageQuery<AccidentExpressQuery> query); |
| | | |
| | | ResultVO addAccidentExpress(ContextCacheUser contextCacheUser, AccidentExpressReqDTO AccidentExpressReqDTO); |
| | | ResultVO<AccidentExpressDetailRespDTO> addAccidentExpress(ContextCacheUser contextCacheUser, AccidentExpressReqDTO AccidentExpressReqDTO); |
| | | |
| | | ResultVO<AccidentExpressDetailRespDTO> getAccidentExpressById(Long id); |
| | | |
| | | ResultVO updateAccidentExpress(Long uid, AccidentExpressReqDTO AccidentExpressReqDTO); |
| | | |
| | | ResultVO batchDeleteAccidentExpress(String ids); |
| | | ResultVO batchDeleteAccidentExpress(Long[] ids); |
| | | |
| | | ResultVO selectAccidentExpressCasualtyList(Long accidentExpressId); |
| | | |
| | | ResultVO addAccidentExpressCasualty(Long uid, AccidentExpressCasualtyReqDTO accidentExpressCasualtyReqDTO); |
| | | |
| | | ResultVO delAccidentExpressCasualty(Long accidentExpressId); |
| | | ResultVO delAccidentExpressCasualty(Long id); |
| | | } |