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); }