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

templates.service.ftl Maven / Gradle / Ivy

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

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


/**
 * 

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

* * @author ${author!} * @since ${date} */ public interface ${entityInfo.buildServiceClassFullName(serviceConfig)} { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy