@@ -14,8 +14,8 @@ import org.springframework.stereotype.Service;
* @author ${author}
* @since ${date}
*/
-#if(${kotlin})
@Service
+#if(${kotlin})
open class ${table.serviceImplName} : ${superServiceImplClass}<${table.mapperName}, ${entity}>(), ${table.serviceName} {
}