|
|
@ -31,7 +31,7 @@ public class ${subClassName} extends BaseEntity |
|
|
|
#if($parentheseIndex != -1) |
|
|
|
#if($parentheseIndex != -1) |
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
|
|
|
@Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
|
|
|
#elseif($column.javaType == 'Date') |
|
|
|
#elseif($column.javaType == 'Date') |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
@Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
|
@Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
|
#else |
|
|
|
#else |
|
|
|
@Excel(name = "${comment}") |
|
|
|
@Excel(name = "${comment}") |
|
|
|