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

templates.enjoy.service.tpl Maven / Gradle / Ivy

There is a newer version: 1.10.1
Show newest version
package #(packageConfig.servicePackage);

import #(serviceConfig.buildSuperClassImport());
import #(packageConfig.entityPackage).#(table.buildEntityClassName());

/**
 * #(table.getComment()) 服务层。
 *
 * @author #(javadocConfig.getAuthor())
 * @since #(javadocConfig.getSince())
 */
public interface #(table.buildServiceClassName()) extends #(serviceConfig.buildSuperClassName())<#(table.buildEntityClassName())> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy