[代码完善](v2.5): v2.5 beta update Entity.ftl

Closes #334

2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
pull/361/head^2
ZhengJie 2020-05-06 22:31:40 +08:00
parent 493c02980b
commit 796ee4bda8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class ${className} implements Serializable {
@NotNull
</#if>
</#if>
<#if column.dateAnnotation??>
<#if (column.dateAnnotation)??>
<#if column.dateAnnotation = 'CreationTimestamp'>
@CreationTimestamp
<#else>