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

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

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.jdbc;


import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
 * 

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy