mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
entityOrBase.tpl中命令占位符被替换后,entity里面多了一行空白行
Signed-off-by: Accado <caohenghui@163.com>
This commit is contained in:
parent
96df62cabb
commit
e3dad6708a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user