mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
optimize entity.tpl in codegen module
This commit is contained in:
parent
2127e1ba5f
commit
e7b6792342
@ -10,7 +10,6 @@ public class #(table.buildEntityClassName()) {
|
||||
|
||||
#for(column: table.columns) #(column.buildAnnotations())
|
||||
private #(column.propertySimpleType) #(column.property);
|
||||
|
||||
#end
|
||||
|
||||
#if(!globalConfig.isEntityWithLombok())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user