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

net.mingsoft.init.biz.IModelTableBiz Maven / Gradle / Ivy

package net.mingsoft.init.biz;

import net.mingsoft.base.biz.IBaseBiz;


/**
 * 模块列表业务
 * @author 铭飞科技
 * 创建日期:2020-5-29 16:04:15
* 历史修订:
*/ public interface IModelTableBiz extends IBaseBiz { /** * 执行初始化 * @param id */ void execute(String id); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy