package incheon.ags.pss.edit.smlt.mapper;

import java.util.List;

import incheon.ags.pss.edit.smlt.vo.WindMonthlyRequestVO;
import incheon.ags.pss.edit.smlt.vo.WindMonthlyStatVO;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface WindMapper {
    List<WindMonthlyStatVO> selectWindMonthlyStats(WindMonthlyRequestVO vo) throws Exception;

}