package com.welampiot.service; import com.welampiot.dto.AllAlarmInfoLogDTO; import com.welampiot.vo.AllAlarmInfoLogVO; import java.util.List; public interface AllAlarmInfoLogService { List getListByVO(AllAlarmInfoLogVO allAlarmInfoLogVO); }