net.mingsoft.organization.biz.IPostBiz Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ms-morganization Show documentation
Show all versions of ms-morganization Show documentation
ms-morganization tools Library
package net.mingsoft.organization.biz;
import net.mingsoft.base.biz.IBaseBiz;
/**
* 岗位管理业务
* @author 铭飞开源团队
* 创建日期:2020-1-6 14:53:26
* 历史修订:
*/
public interface IPostBiz extends IBaseBiz {
}