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

net.mingsoft.organization.dao.IPostDao Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package net.mingsoft.organization.dao;

import net.mingsoft.base.dao.IBaseDao;
import java.util.*;
import net.mingsoft.organization.entity.PostEntity;

/**
 * 岗位管理持久层
 * @author 铭飞开源团队
 * 创建日期:2020-1-6 18:25:28
* 历史修订:
*/ public interface IPostDao extends IBaseDao { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy