songhuangfeng123
2022-09-02 fabd08d87d00bfdf1aacf473fd905fdd3c903ed3
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/WorkInjuryDeclarationService.java
@@ -20,5 +20,5 @@
    ResultVO updateWorkInjuryDeclaration(Long uid, WorkInjuryDeclarationReqDTO WorkInjuryDeclarationReqDTO);
    ResultVO batchDeleteWorkInjuryDeclaration(String ids);
    ResultVO batchDeleteWorkInjuryDeclaration(Long[] ids);
}