whycxzp
2025-06-11 639d62cb082962f0969b986569ec25bf3005a318
src/main/java/com/whyc/mapper/AlarmInspectionMapper.java
@@ -5,6 +5,6 @@
import java.util.List;
public interface AlarmInspectionMapper extends CustomMapper<AlarmInspection>{
    List<AlarmInspection> getList(Integer stationId);
    List<AlarmInspection> getList(Integer stationId, Integer inspectionType);
}