lyfO_o
2022-08-26 57b39bca1c6a2b6e5d2b9acc2b0238c4ad5d6005
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/repository/EmergencyPlanDepartmentInfoRepository.java
@@ -15,4 +15,8 @@
    void addEmergencyPlanDepartment(EmergencyPlanDepartmentInfo emergencyPlanDepartmentInfo);
    List<EmergencyPlanDepartmentInfoDO> selectEmergencyPlanDepartmentByPlanId(@Param("planId") Long planId);
    void deleteEmergencyPlanDepartmentByIds(List<Long> ids);
    void deleteEmergencyPlanDepartmentByPlanId(@Param("planId")Long planId);
}