diff --git a/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl b/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl index ba111c2c..1ddc3ed8 100644 --- a/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl +++ b/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl @@ -42,7 +42,7 @@ import java.io.Serial; * @author #(javadocConfig.getAuthor()) * @since #(javadocConfig.getSince()) */ - #end +#end #if(withLombok) #if(withActiveRecord) @Accessors(chain = true) diff --git a/mybatis-flex-codegen/src/main/resources/templates/enjoy/package-info.tpl b/mybatis-flex-codegen/src/main/resources/templates/enjoy/package-info.tpl index a86e5048..a0d305f9 100644 --- a/mybatis-flex-codegen/src/main/resources/templates/enjoy/package-info.tpl +++ b/mybatis-flex-codegen/src/main/resources/templates/enjoy/package-info.tpl @@ -4,4 +4,4 @@ * @author #(javadocConfig.getAuthor()) * @since #(javadocConfig.getSince()) */ - package #(packageName); \ No newline at end of file +package #(packageName); \ No newline at end of file