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

templates.mapper.ftl Maven / Gradle / Ivy

package ${entityInfo.mapperPackage};

<#list imports as pkg>
import ${pkg};


/**
 * 

* ${entityInfo.tableInfo.remarks!} Mapper 接口 *

* * @author ${author!} * @since ${date} */ <#if mapperConfig.isMapperAnnotation()> @Mapper public interface ${entityInfo.mapperName} ${superExtend}<${entityInfo.name}> { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy