package com.takensoft.common.certify.dao;

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

/**
 * @author  : 하석형
 * @since   : 2025.05.20
 * @modification
 *     since    |    author    | description
 *  2025.05.20  |    하석형     | 최초 등록
 *
 * 이메일 관련 Mapper
 */
@Mapper("emailDAO")
public interface EmailDAO {
}