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

templates.service.vm Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy