- package net.mingsoft.cms.dao;
- import net.mingsoft.base.dao.IBaseDao;
- import java.util.*;
- import net.mingsoft.cms.entity.HistoryLogEntity;
- /**
- * 文章浏览记录持久层
- * @author 铭飞开发团队
- * 创建日期:2019-12-23 9:24:03<br/>
- * 历史修订:<br/>
- */
- public interface IHistoryLogDao extends IBaseDao {
- }
|