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

templates.service.ftl Maven / Gradle / Ivy

package ${entityInfo.servicePackage};

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


/**
 * 

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

* * @author ${author!} * @since ${date} */ public interface ${entityInfo.serviceName}${superExtend}<#if serviceConfig.isGeneric()><${entityInfo.name}, <#if entityInfo.idFieldInfo??>${entityInfo.idFieldInfo.typeName}<#else>Void> { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy