邮件日志DAO
This commit is contained in:
parent
77ebef1d04
commit
ef8337c5b4
|
@ -0,0 +1,15 @@
|
||||||
|
package net.maku.system.dao;
|
||||||
|
|
||||||
|
import net.maku.framework.mybatis.dao.BaseDao;
|
||||||
|
import net.maku.system.entity.SysMailLogEntity;
|
||||||
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 邮件日志
|
||||||
|
*
|
||||||
|
* @author 阿沐 babamu@126.com
|
||||||
|
*/
|
||||||
|
@Mapper
|
||||||
|
public interface SysMailLogDao extends BaseDao<SysMailLogEntity> {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user