package com.whyc.mapper; import com.whyc.pojo.db_param.PoweralarmParam; import java.util.List; public interface PowerAlarmParamMapper extends CustomMapper{ //电源告警参数设置 List serchByCondition(List alarmIds); }