package com.whyc.mapper; import com.whyc.pojo.db_param.BattAlarmParam; import java.util.List; public interface BattAlarmParamMapper extends CustomMapper{ //电池告警参数设置--列表查询 List serchByCondition(List alarmIds); List getParamInfoList(int alarmId,int alarmId2); }