entityOrBase.tpl中命令占位符被替换后,entity里面多了一行空白行

Signed-off-by: Accado <caohenghui@163.com>
This commit is contained in:
Accado 2024-02-22 00:52:33 +00:00 committed by Gitee
parent 96df62cabb
commit e3dad6708a
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)