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

org.iartisan.runtime.jdbc.MybatisBaseMapper Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.jdbc;


import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 

* mapper 基础类 * * @author King * @since 2017/6/19 */ public interface MybatisBaseMapper extends BaseMapper { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy