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

tpl.mapper.vm Maven / Gradle / Ivy

The 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