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

code-templates.service.vm Maven / Gradle / Ivy

The newest version!
package ${package.Service};

import ${package.Entity}.${entity};
import ${superServiceClassPackage};

/**
 * $!{table.comment} 服务类
 *
 * @author ${author}
 * @date ${date}
 */
public interface ${table.serviceName} extends ${superServiceClass}<${entity}> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy