Commit 796ee4bd authored by ZhengJie's avatar ZhengJie
Browse files

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

Closes #334

2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
parent 493c0298
...@@ -63,7 +63,7 @@ public class ${className} implements Serializable { ...@@ -63,7 +63,7 @@ public class ${className} implements Serializable {
@NotNull @NotNull
</#if> </#if>
</#if> </#if>
<#if column.dateAnnotation??> <#if (column.dateAnnotation)??>
<#if column.dateAnnotation = 'CreationTimestamp'> <#if column.dateAnnotation = 'CreationTimestamp'>
@CreationTimestamp @CreationTimestamp
<#else> <#else>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment