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

code-templates.mapper.vm Maven / Gradle / Ivy

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

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

/**
 * $!{table.comment} Mapper 接口
 *
 * @author ${author}
 * @date ${date}
 */
public interface ${table.mapperName} extends ${superMapperClass}<${entity}> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy