optimize entity.tpl in codegen module

This commit is contained in:
开源海哥 2023-04-04 16:16:00 +08:00
parent 2127e1ba5f
commit e7b6792342

View File

@ -10,7 +10,6 @@ public class #(table.buildEntityClassName()) {
#for(column: table.columns) #(column.buildAnnotations()) #for(column: table.columns) #(column.buildAnnotations())
private #(column.propertySimpleType) #(column.property); private #(column.propertySimpleType) #(column.property);
#end #end
#if(!globalConfig.isEntityWithLombok()) #if(!globalConfig.isEntityWithLombok())