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

com.github.freegeese.easymybatis.mapper.BaseMapper Maven / Gradle / Ivy

The newest version!
package com.github.freegeese.easymybatis.mapper;

/**
 * 通用基础 Mapper
 *
 * 

一般Mapper继承此接口可快速使用一般增删改查接口 * * @param 实体类型 * @author zhangguangyong * @since 1.0 */ public interface BaseMapper extends SelectMapper, InsertMapper, UpdateMapper, DeleteMapper { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy