| | |
| | | |
| | | Integer delFile(Integer id, Integer fileId); |
| | | |
| | | Integer createSys(SettleClaims settleClaims); |
| | | |
| | | |
| | | /************************************************************************新业务******************************************************************************************/ |
| | | |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<CompensationVO> getCompensation(Integer id); |
| | | List<CompensationVO> getCompensation(CompensationFeeDTO compensationFeeDTO); |
| | | |
| | | /** |
| | | * 理赔业务 |
| | |
| | | * @param id |
| | | */ |
| | | void confirmFee(Integer id); |
| | | |
| | | /** |
| | | * 修改案件类型 |
| | | * @param dto |
| | | */ |
| | | void updCaseType(CaseTypeDTO dto); |
| | | |
| | | /** |
| | | * 结案提交 |
| | | * @param dto |
| | | */ |
| | | void payCash(PayCashDTO dto); |
| | | } |