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

template.mapper.vm Maven / Gradle / Ivy

The newest version!
package ${package.Mapper};

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

/**
 * 

* Mapper接口 *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy