package com.whyc.mapper; import com.whyc.pojo.db_alarm.BattStationTempAlarm; import java.util.List; public interface BattStationTempAlarmMapper extends CustomMapper{ List getList(Integer level); List getHisList(Integer level); }