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

net.mingsoft.clean.dao.ITableDao Maven / Gradle / Ivy

The newest version!
package net.mingsoft.clean.dao;

import net.mingsoft.base.dao.IBaseDao;
import java.util.*;
import net.mingsoft.clean.entity.TableEntity;
import org.springframework.stereotype.Component;

/**
 * 文件清理持久层
 * @author 铭飞开源团队
 * 创建日期:2019-11-21 17:08:10
* 历史修订:
*/ @Component("cleanITableDao") public interface ITableDao extends IBaseDao { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy