whyclxw
2025-06-12 92d79e47bfdae4a29c3e40af0b3e0e5ab8a47511
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);
}