songhuangfeng123
2022-08-17 8702c17288c16ec3d6760326e85cae37bbb10af8
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/service/baseService/EmergencySuppliesInspectInfoService.java
@@ -23,4 +23,6 @@
    void deleteEmergencySuppliesInspect(Long SuppliesInspectId);
    void deleteBySuppliesId(Long id);
    List<EmergencySuppliesInspectInfoDetailDO> selectEmergencySuppliesInspectBySuppliesId(Long id);
}