package com.whyc.mapper; import com.whyc.pojo.web_site.AlarmInspection; import java.util.List; public interface AlarmInspectionMapper extends CustomMapper{ List getList(Integer stationId, Integer inspectionType); }