package incheon.ags.ias.rst.link.mapper;


import org.apache.ibatis.annotations.Param;

import incheon.ags.ias.rst.link.vo.AgsRstPpltnVO;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface AgsRstPpltnMapper {
	/** 최근 적재 월 조회 (레벨별) */
    String selectMaxYm(@Param("level") String level);

    /** 레벨별 UPSERT */
    void upsertSido(AgsRstPpltnVO vo);
    void upsertSgg(AgsRstPpltnVO vo);
    void upsertEmdLi(AgsRstPpltnVO vo);
}
