package incheon.ags.cms.monitoring.mapper;

import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import org.egovframe.rte.psl.dataaccess.util.EgovMap;

import java.util.List;
import java.util.Map;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface MonitoringMapper {
    List<EgovMap> selectRealtimeVehicleList(String searchKeyword) throws Exception;
    List<EgovMap> selectViolationList() throws Exception;
    int updateViolationNotice(Map<String, Object> param) throws Exception;
}
