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

templates.service.ftl Maven / Gradle / Ivy

The 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}> { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy