!422 【轻量级 PR】:CodeGen模版修改去除空白行

Merge pull request !422 from Accado/N/A
This commit is contained in:
王帅 2024-02-22 00:54:34 +00:00 committed by Gitee
commit 797a3656b7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -60,8 +60,7 @@ import java.io.Serial;
#if(withSwagger && swaggerVersion.getName() == "DOC")
@Schema(description = "#(table.getComment())")
#end
#(table.buildTableAnnotation())
#end
#(table.buildTableAnnotation()) #end
public class #(entityClassName)#if(withActiveRecord) extends Model<#(entityClassName)>#else#(table.buildExtends())#(table.buildImplements())#end {
#if(jdkVersion >= 14)