package com.takensoft.common.certify.dao; import org.egovframe.rte.psl.dataaccess.mapper.Mapper; /** * @author : 하석형 * @since : 2025.06.27 * @modification * since | author | description * 2025.06.27 | 하석형 | 최초 등록 * * SMS 관련 Mapper */ @Mapper("smsDAO") public interface SMSDAO { }