chore: entityWithBase.tpl 文件注解间多了一个换行

This commit is contained in:
程序员小墨 2025-02-13 17:14:41 +08:00
parent e74e4044d1
commit 92cc0d8438

View File

@ -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) {
}