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

template.mapper.vm Maven / Gradle / Ivy

Go to download

自动生成增删改查代码插件,通过Maven插件配置,一键生成单表的所有CRUD操作

There is a newer version: 3.0.4
Show newest version
package ${package.Mapper};

import ${package.Entity}.${entity};
import ${superMapperClassPackage};

/**
 * 

* Mapper接口 *

* * @author ${author} * @since ${date} */ public interface ${table.mapperName} extends ${superMapperClass}<${entity}> { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy