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

templates.dao.ftl Maven / Gradle / Ivy

There is a newer version: 1.0.7-RC
Show newest version
package ${entityInfo.daoPackage};

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


/**
 * 

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

* * @author ${author!} * @since ${date} */ public interface ${entityInfo.buildDaoClassFullName(daoConfig)} { <#if entityInfo.hasMultiId()> /** * 根据多个主键查询 */ ${entityInfo.name} getById(<#list entityInfo.idFieldInfoList as field>${field.typeName} ${field.name}<#if field_has_next>, ); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy