lyfO_o
2023-05-06 29f5825e22f8ed6cc2019511ad75a4939bafb6a8
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);
}