/** * Copyright (c) 2018 人人开源 All rights reserved. * * https://www.renren.io * * 版权所有,侵权必究! */ package com.zt.modules.message.dao; import org.apache.ibatis.annotations.Mapper; import com.zt.common.dao.BaseDao; import com.zt.modules.message.model.SysMailLog; /** * 邮件发送记录 * * @author Mark sunlightcs@gmail.com */ @Mapper public interface SysMailLogDao extends BaseDao { }