
cn.org.atool.fluent.mybatis.base.crud.IBaseQuery Maven / Gradle / Ivy
package cn.org.atool.fluent.mybatis.base.crud;
import cn.org.atool.fluent.mybatis.base.IEntity;
/**
* IEntityQuery: 查询接口
*
* @param 对应的实体类
* @param 查询器
* @author darui.wu
*/
public interface IBaseQuery<
E extends IEntity,
Q extends IBaseQuery>
extends IWrapper, IQuery {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy