|
|
|
@ -40,8 +40,8 @@ private static final long serialVersionUID=1L;
|
|
|
|
|
#if($parentheseIndex != -1)
|
|
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
|
|
|
|
|
#elseif($column.javaType == 'Date')
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd" )
|
|
|
|
|
@Excel(name = "${comment}" , width = 30, dateFormat = "yyyy-MM-dd" )
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
@Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
#else
|
|
|
|
|
@Excel(name = "${comment}")
|
|
|
|
|
#end
|
|
|
|
|