zhangfeng
2022-12-23 f7d2f20365467a834188edd35c464d9fb9349214
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);
}