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

templates.service.ej Maven / Gradle / Ivy

package #(package.Service);

import #(package.Entity).#(entity);
import #(superServiceClassPackage);

/**
 * 

* #(table.comment) 服务类 *

* * @author #(author) * @since #(date) */ #if(kotlin) interface #(table.serviceName) : #(superServiceClass)<#(entity)> #else public interface #(table.serviceName) extends #(superServiceClass)<#(entity)> { } #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy