All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.attention.dao.ICollectionDao Maven / Gradle / Ivy

/**
 * Copyright (c) 2012-present 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循 铭软科技《服务协议》中的《保密条款》
 */



package net.mingsoft.attention.dao;

import net.mingsoft.attention.entity.CollectionEntity;
import net.mingsoft.base.dao.IBaseDao;

/**
 * 关注记录持久层
 * @author 铭飞开发团队
 * 创建日期:2019-11-22 14:34:49
* 历史修订:
*/ public interface ICollectionDao extends IBaseDao { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy