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

net.mingsoft.clean.biz.ITableBiz Maven / Gradle / Ivy

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

import net.mingsoft.base.biz.IBaseBiz;


/**
 * 文件清理业务
 * @author 铭飞开源团队
 * 创建日期:2019-11-21 17:08:10
* 历史修订:
*/ public interface ITableBiz extends IBaseBiz { /** * 清理文件 */ void clearFile(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy