From 92cc0d84387eea28ec6a03b4f9b73dc5f606b913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= Date: Thu, 13 Feb 2025 17:14:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20entityWithBase.tpl=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=B3=A8=E8=A7=A3=E9=97=B4=E5=A4=9A=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/enjoy/entityWithBase.tpl | 1 - 1 file changed, 1 deletion(-) 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 08b0c535..544ae1c5 100644 --- a/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl +++ b/mybatis-flex-codegen/src/main/resources/templates/enjoy/entityWithBase.tpl @@ -66,7 +66,6 @@ import java.io.Serial; #if(withSwagger && swaggerVersion.getName() == "DOC") @Schema(description = "#(table.getComment())") #end - #if(!isBase)#(table.buildTableAnnotation())#end public class #(entityClassName) extends #(baseClassName) { }