mirror of https://github.com/elunez/eladmin
[代码完善](v2.5): v2.5 beta update Entity.ftl
Closes #334 2.5 Beta 详情:https://www.ydyno.com/archives/1225.htmlpull/361/head^2
parent
493c02980b
commit
796ee4bda8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue