From e7b679234289cb45e0efef5fa461424cc7802dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Tue, 4 Apr 2023 16:16:00 +0800 Subject: [PATCH] optimize entity.tpl in codegen module --- .../src/main/resources/templates/enjoy/entity.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/mybatis-flex-codegen/src/main/resources/templates/enjoy/entity.tpl b/mybatis-flex-codegen/src/main/resources/templates/enjoy/entity.tpl index d285894f..fb1de060 100644 --- a/mybatis-flex-codegen/src/main/resources/templates/enjoy/entity.tpl +++ b/mybatis-flex-codegen/src/main/resources/templates/enjoy/entity.tpl @@ -10,7 +10,6 @@ public class #(table.buildEntityClassName()) { #for(column: table.columns) #(column.buildAnnotations()) private #(column.propertySimpleType) #(column.property); - #end #if(!globalConfig.isEntityWithLombok())